Type Alias CreateCollectionOptions

CreateCollectionOptions: {
    description?: string;
    private?: boolean;
    unlisted?: boolean;
}

Available options that can be provided when creating a collection.

Type declaration

  • Optionaldescription?: string

    Description of this collection.

  • Optionalprivate?: boolean

    If true, the collection will be private.

  • Optionalunlisted?: boolean

    If true, the collection will be unlisted.