Type Alias ActionEndpointsByCollection
ActionEndpointsByCollection: {
[collectionName: string]: {
[actionName: string]: { endpoint: string; name: string };
};
}
Type Declaration
[collectionName: string]: { [actionName: string]: { endpoint: string; name: string } }