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

    Interface CreateCollectionRequest

    interface CreateCollectionRequest {
        cover: string[];
        parent?: CollectionRef | null;
        public: boolean;
        sort: number;
        title: string;
        view: string;
    }
    Index
    cover: string[]
    parent?: CollectionRef | null
    public: boolean
    sort: number
    title: string
    view: string