Documentation - v0.0.0
Preparing search index...
@crisiscleanup/k8s.construct.api
ApiConstructConfig
Interface ApiConstructConfig
interface
ApiConstructConfig
{
adminWebsocket
:
Omit
<
ApiProps
,
"config"
>
;
asgi
:
Omit
<
ApiASGIProps
,
"config"
>
;
celery
:
Record
<
string
,
Omit
<
CeleryProps
,
"config"
>
>
;
celeryBeat
:
Omit
<
ApiProps
,
"config"
>
;
sync
?:
DatabaseSyncProps
;
wsgi
:
Omit
<
ApiWSGIProps
,
"config"
>
;
}
Index
Properties
admin
Websocket
asgi
celery
celery
Beat
sync?
wsgi
Properties
admin
Websocket
adminWebsocket
:
Omit
<
ApiProps
,
"config"
>
asgi
asgi
:
Omit
<
ApiASGIProps
,
"config"
>
celery
celery
:
Record
<
string
,
Omit
<
CeleryProps
,
"config"
>
>
celery
Beat
celeryBeat
:
Omit
<
ApiProps
,
"config"
>
Optional
sync
sync
?:
DatabaseSyncProps
wsgi
wsgi
:
Omit
<
ApiWSGIProps
,
"config"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
admin
Websocket
asgi
celery
celery
Beat
sync
wsgi
Documentation - v0.0.0
Loading...