Type alias DirLinkInfoResponse

DirLinkInfoResponse: {
    hasPassword: boolean;
    metadata: string;
    parent: string;
    salt: string;
    timestamp: number;
}

Type declaration

  • hasPassword: boolean
  • metadata: string
  • parent: string
  • salt: string
  • timestamp: number

Generated using TypeDoc