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

    Interface CreateCollectionRequest

    CreateCollectionRequest

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

    Properties

    cover: string[]

    CreateCollectionRequest

    parent?: null | CollectionRef

    CreateCollectionRequest

    public: boolean

    CreateCollectionRequest

    sort: number

    CreateCollectionRequest

    title: string

    CreateCollectionRequest

    view: string

    CreateCollectionRequest