@karmaniverous/smoz
GitHub
Preparing search index...
core/registry
RegistryEntry
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
base
Path?
branded
Config
caller
Module
Url
content
Type?
endpoints
Root
Abs
event
Schema?
event
Type
fn
Env
Keys?
function
Name
http
Contexts?
method?
openapi
Base
Operation?
response
Schema?
serverless
Extras?
Properties
Optional
base
Path
basePath
?:
string
branded
Config
brandedConfig
:
Record
<
string
,
unknown
>
caller
Module
Url
callerModuleUrl
:
string
Optional
content
Type
contentType
?:
string
endpoints
Root
Abs
endpointsRootAbs
:
string
Optional
event
Schema
eventSchema
?:
z.ZodType
event
Type
eventType
:
string
Optional
fn
Env
Keys
fnEnvKeys
?:
readonly
PropertyKey
[]
function
Name
functionName
:
string
Optional
http
Contexts
httpContexts
?:
readonly
HttpContext
[]
Optional
method
method
?:
MethodKey
Optional
openapi
Base
Operation
openapiBaseOperation
?:
BaseOperation
Optional
response
Schema
responseSchema
?:
z.ZodType
Optional
serverless
Extras
serverlessExtras
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Path
branded
Config
caller
Module
Url
content
Type
endpoints
Root
Abs
event
Schema
event
Type
fn
Env
Keys
function
Name
http
Contexts
method
openapi
Base
Operation
response
Schema
serverless
Extras
GitHub
@karmaniverous/smoz
Loading...