Type Alias ActionEndpointsByCollection
ActionEndpointsByCollection: {
[collectionName: string]: {
[actionName: string]: Pick<
ForestSchemaAction,
"id"
| "layout"
| "name"
| "endpoint",
> & Partial<Pick<ForestSchemaAction, "hooks" | "fields">>;
};
}
Type Declaration
[collectionName: string]: {
[actionName: string]: Pick<
ForestSchemaAction,
"id"
| "layout"
| "name"
| "endpoint",
> & Partial<Pick<ForestSchemaAction, "hooks" | "fields">>;
}