@lasuillard/raindrop-client
    Preparing search index...

    Interface Collection

    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;
        parent: null | object;
        public: boolean;
        slug: string;
        sort: number;
        title: string;
        user: UserRef;
        view: string;
    }
    Index

    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

    parent: null | object

    Collection

    public: boolean

    Collection

    slug: string

    Collection

    sort: number

    Collection

    title: string

    Collection

    user: UserRef

    Collection

    view: string

    Collection