/**
 * Generated by Kubb (https://kubb.dev/).
 * Do not edit manually.
 */

export type bodyUploadFileApiAssetsPost = {
  /**
   * @type string, binary
   */
  file: Blob
}
