Interface UtilsGetLastShortenedLinksResponse

interface UtilsGetLastShortenedLinksResponse {
    count: number;
    items: UtilsLastShortenedLink[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total number of available results

Generated using TypeDoc