add support for all crud and list in the service files
This commit is contained in:
@ -50,7 +50,7 @@ interface ComponentDef {
|
||||
interface EndpointDef {
|
||||
component: string;
|
||||
table: string;
|
||||
type: ('list' | 'count' | 'item' | 'distinct' | 'update' | 'create' | 'delete' | 'search');
|
||||
type: ('list' | 'count' | 'item' | 'update' | 'create' | 'delete' | 'search');
|
||||
columns: ColumnRef[];
|
||||
values?: ValueDef[];
|
||||
join?: JoinDef[];
|
||||
|
Reference in New Issue
Block a user