UNPKG

baasic-sdk-javascript

Version:

JavaScript SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).

8 lines (7 loc) 197 B
import { IACL, IACLAction, IACLRole, IACLUser } from './'; export interface IACLPolicy extends IACL { action: IACLAction; role: IACLRole; user: IACLUser; embed?: string[]; }