Interface LikesGetListExtendedResponse

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

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

items: any[]

Generated using TypeDoc