UNPKG

@mee4dy/crud

Version:

Create a backend and frontend in 5 minutes! With our powerful full stack crud system, customize it to suit you.

11 lines (9 loc) 165 B
export interface Actions { commit?: Function; update?: Function; delete?: Function; } export interface Level { parentPK: string | number; path: string; }