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

    Interface 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: object | null;
        public: boolean;
        slug: string;
        sort: number;
        title: string;
        user: UserRef;
        view: string;
    }
    Index
    _id: number
    author: boolean
    color?: string
    count: number
    cover: string[]
    created: string
    creatorRef: CreatorRef
    description: string
    expanded: boolean
    lastAction: string
    lastUpdate: string
    parent: object | null
    public: boolean
    slug: string
    sort: number
    title: string
    user: UserRef
    view: string