UNPKG

appwrite

Version:

Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API

8 lines (7 loc) 258 B
export declare class Permission { static read: (role: string) => string; static write: (role: string) => string; static create: (role: string) => string; static update: (role: string) => string; static delete: (role: string) => string; }