Interface FaveGetResponse

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

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

items: FaveBookmark[]

Generated using TypeDoc