Interface UtilsGetLastShortenedLinksParams

interface UtilsGetLastShortenedLinksParams {
    count?: number;
    offset?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count?: number

Number of links to return.

offset?: number

Offset needed to return a specific subset of links.

Generated using TypeDoc