export interface IFolderPrivilegeParams { accountId: string; projectId: string; folderId: string; } export interface IFilePrivilegeParams { accountId: string; projectId: string; fileId: string; } //# sourceMappingURL=auth.d.ts.map