Type alias FileLinkPasswordResponse

FileLinkPasswordResponse: {
    hasPassword: boolean;
    salt: string;
}

Type declaration

  • hasPassword: boolean
  • salt: string

Generated using TypeDoc