UNPKG

@markg85/webdav-server

Version:
7 lines (6 loc) 137 B
export interface IPrivilege { description: string; isAbstract: boolean; name: string; can(operation: string): boolean; }