@karmaniverous/smoz
    Preparing search index...

    Type Alias RegEntry

    type RegEntry = {
        basePath?: string;
        callerModuleUrl: string;
        endpointsRootAbs: string;
        eventType: string;
        functionName: string;
        httpContexts?: readonly HttpContext[];
        method?: MethodKey;
        openapiBaseOperation?: BaseOperation;
    }
    Index

    Properties

    basePath?: string
    callerModuleUrl: string
    endpointsRootAbs: string
    eventType: string
    functionName: string
    httpContexts?: readonly HttpContext[]
    method?: MethodKey
    openapiBaseOperation?: BaseOperation