Backstage
    Preparing search index...
    interface Backend {
        add(
            feature: BackendFeature | Promise<{ default: BackendFeature }>,
        ): void;
        start(): Promise<{ result: BackendStartupResult }>;
        stop(): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods