Type alias DirLinkInfoResponse
DirLinkInfoResponse: {
downloadBtn: boolean;
hasPassword: boolean;
metadata: string;
parent: string;
salt: string;
timestamp: number;
}
Type declaration
downloadBtn: boolean
hasPassword: boolean
metadata: string
parent: string
salt: string
timestamp: number