Interface UtilsGetShortLinkParams

interface UtilsGetShortLinkParams {
    private?: number | boolean;
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

private?: number | boolean

1 - private stats, 0 - public stats.

url: string

URL to be shortened.

Generated using TypeDoc