@karmaniverous/smoz
    Preparing search index...
    type RegEntry = {
        basePath?: string;
        callerModuleUrl: string;
        contentType?: string;
        endpointsRootAbs: string;
        eventType: string;
        fnEnvKeys?: readonly PropertyKey[];
        functionName: string;
        httpContexts?: readonly HttpContext[];
        method?: MethodKey;
        serverlessExtras?: unknown;
    }
    Index

    Properties

    basePath?: string
    callerModuleUrl: string
    contentType?: string
    endpointsRootAbs: string
    eventType: string
    fnEnvKeys?: readonly PropertyKey[]
    functionName: string
    httpContexts?: readonly HttpContext[]
    method?: MethodKey
    serverlessExtras?: unknown