express-yaschema-api-handler
    Preparing search index...

    Interface YaschemaApiExpressContext

    interface YaschemaApiExpressContext {
        isYaschemaApiExpressContext: true;
        pendingYaschemaApiRegistrations: Record<
            string,
            { api: Api; finalizer: () => void },
        >;
        registeredYaschemaApis: Set<Api>;
    }
    Index

    Properties

    isYaschemaApiExpressContext: true
    pendingYaschemaApiRegistrations: Record<
        string,
        { api: Api; finalizer: () => void },
    >
    registeredYaschemaApis: Set<Api>