Collection

interface Collection {
    _id: number;
    access: CollectionAccess;
    author: boolean;
    color?: string;
    count: number;
    cover: string[];
    created: string;
    creatorRef: CreatorRef;
    description: string;
    expanded: boolean;
    lastAction: string;
    lastUpdate: string;
    public: boolean;
    slug: string;
    sort: number;
    title: string;
    user: UserRef;
    view: string;
}

Properties

_id: number

Collection

Collection

author: boolean

Collection

color?: string

Collection

count: number

Collection

cover: string[]

Collection

created: string

Collection

creatorRef: CreatorRef

Collection

description: string

Collection

expanded: boolean

Collection

lastAction: string

Collection

lastUpdate: string

Collection

public: boolean

Collection

slug: string

Collection

sort: number

Collection

title: string

Collection

user: UserRef

Collection

view: string

Collection