Type alias FileLinkStatusResponse

FileLinkStatusResponse: {
    downloadBtn: 0 | 1;
    enabled: boolean;
    expiration: number | null;
    expirationText: string | null;
    password: string | null;
    uuid: string | null;
}

Type declaration

  • downloadBtn: 0 | 1
  • enabled: boolean
  • expiration: number | null
  • expirationText: string | null
  • password: string | null
  • uuid: string | null

Generated using TypeDoc