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