masto
    Preparing search index...

    Interface CollectionsResource

    interface CollectionsResource {
        create: Method<
            WrappedCollection,
            CreateCollectionParams,
            HttpMetaParams<"json">,
        >;
        $select(id: string): Collections$SelectResource;
    }
    Index
    create: Method<
        WrappedCollection,
        CreateCollectionParams,
        HttpMetaParams<"json">,
    >

    Create a new Collection.

    Parameters

    WrappedCollection