ISPO SDK
    Preparing search index...

    Variable blobsConst

    Markdown
    blobs: {
        put: {
            (
                content: BlobContent,
                options?: BlobsPutOptions,
            ): Promise<BlobsPutResult>;
            (args: BlobsPutArgs): Promise<BlobsPutResult>;
        };
    } = ...

    Type Declaration