UNPKG

@iredium/butterfly

Version:
12 lines (11 loc) 304 B
import { ApiPolicy } from './api_policy'; export declare class UserPolicy extends ApiPolicy { me(): boolean; index(): boolean; authenticate(): boolean; jobs(): boolean; setAsAdmin(): boolean; changePassword(): boolean; createBySocial(): boolean; allowedUser(): boolean; }