@karmaniverous/smoz
    Preparing search index...

    Type Alias RegistryEntry

    type RegistryEntry = {
        basePath?: string;
        brandedConfig: Record<string, unknown>;
        callerModuleUrl: string;
        contentType?: string;
        endpointsRootAbs: string;
        eventSchema?: z.ZodType;
        eventType: string;
        fnEnvKeys?: readonly PropertyKey[];
        functionName: string;
        httpContexts?: readonly HttpContext[];
        method?: MethodKey;
        openapiBaseOperation?: BaseOperation;
        responseSchema?: z.ZodType;
        serverlessExtras?: unknown;
    }
    Index

    Properties

    basePath?: string
    brandedConfig: Record<string, unknown>
    callerModuleUrl: string
    contentType?: string
    endpointsRootAbs: string
    eventSchema?: z.ZodType
    eventType: string
    fnEnvKeys?: readonly PropertyKey[]
    functionName: string
    httpContexts?: readonly HttpContext[]
    method?: MethodKey
    openapiBaseOperation?: BaseOperation
    responseSchema?: z.ZodType
    serverlessExtras?: unknown