Interface ConfirmUploadResponse

This file was automatically generated by json-schema-to-typescript. DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, and run json-schema-to-typescript to regenerate this file.

Hierarchy

  • ConfirmUploadResponse

Properties

errors: string[]
messages: string[]
result: {
    draft?: true;
    id: string;
    metadata: {};
    requireSignedURLs: boolean;
    uploaded: string;
    variants: string[];
}

Type declaration

  • Optional draft?: true
  • id: string
  • metadata: {}
    • requireSignedURLs: boolean
    • uploaded: string
    • variants: string[]
    success: boolean

    Generated using TypeDoc