Type alias FileLinkInfoResponse

FileLinkInfoResponse: {
    bucket: string;
    chunks: number;
    downloadBtn: boolean;
    mime: string;
    name: string;
    password: string | null;
    region: string;
    size: string;
    timestamp: number;
    uuid: string;
    version: FileEncryptionVersion;
}

Type declaration

  • bucket: string
  • chunks: number
  • downloadBtn: boolean
  • mime: string
  • name: string
  • password: string | null
  • region: string
  • size: string
  • timestamp: number
  • uuid: string
  • version: FileEncryptionVersion

Generated using TypeDoc