Forest Admin - API reference
    Preparing search index...

    Interface SchemaServiceInterface

    Service interface for schema operations (extended for MCP).

    interface SchemaServiceInterface {
        getSchema: () => Promise<ForestSchemaCollection[]>;
    }
    Index

    Properties

    Properties

    getSchema: () => Promise<ForestSchemaCollection[]>