Type Alias PostBlobParams<T>

PostBlobParams<T>: {
    body: Blob;
    contentType: BlobContentType;
    options?: RequestInit;
    schema?: z.ZodSchema<T>;
    urlBuilder: URLBuilder;
}

Type for POST blob parameters

Type Parameters

  • T

    The type of the response