Interface FileToSign

Hierarchy

  • FileToSign

Properties

Properties

attribute: {
    hash?: string;
    id: string;
}

Type declaration

  • Optional hash?: string
  • id: string
file: {
    contentType?: string;
    file_size: number;
    filename: string;
    md5: string;
}

Type declaration

  • Optional contentType?: string
  • file_size: number
  • filename: string
  • md5: string

Generated using TypeDoc