UNPKG

@markg85/webdav-server

Version:
8 lines (7 loc) 149 B
export interface IUser { uid: string; isAdministrator?: boolean; isDefaultUser?: boolean; username: string; password?: string; }