Forest Admin - API reference
    Preparing search index...

    Type Alias ActionEndpointsByCollection

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

    Type Declaration

    • [collectionName: string]: { [actionName: string]: { endpoint: string; name: string } }