interface CustomListData {
    collections?: CollectionData[];
    entry_count?: number;
    id?: string | number;
    is_owner: boolean;
    is_shared: boolean;
    name: string;
}

Properties

collections?: CollectionData[]
entry_count?: number
id?: string | number
is_owner: boolean
is_shared: boolean
name: string