Type alias DirLinkStatusResponse

DirLinkStatusResponse: {
    exists: false;
} | {
    downloadBtn: 0 | 1;
    exists: true;
    expiration: number;
    expirationText: string;
    key: string;
    password: string | null;
    uuid: string;
}

Type declaration

  • exists: false

Type declaration

  • downloadBtn: 0 | 1
  • exists: true
  • expiration: number
  • expirationText: string
  • key: string
  • password: string | null
  • uuid: string

Generated using TypeDoc