Forest Admin - API reference
    Preparing search index...

    Type Alias ActionEndpointsByCollection

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

    Type Declaration

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