UNPKG

@paroicms/server

Version:
7 lines (6 loc) 257 B
export interface DownloadTokenPayload { backupFile: string; contentType: string; } export declare function createDownloadToken(payload: DownloadTokenPayload): string; export declare function verifyDownloadToken(token: string): DownloadTokenPayload;