Interface FaveGetPagesResponse

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

Indexable

[key: string]: any

Properties

Properties

count: number
items: FavePage[]

Generated using TypeDoc