Documentation
Preparing search index...
rivetkit
driver-helpers/mod
GetOrCreateWithKeyInput
Interface GetOrCreateWithKeyInput<E>
interface
GetOrCreateWithKeyInput
<
E
extends
Env
=
any
>
{
c
?:
Context
<
any
,
any
,
{}
>
;
input
?:
unknown
;
key
:
string
[]
;
name
:
string
;
region
?:
string
;
}
Type Parameters
E
extends
Env
=
any
Index
Properties
c?
input?
key
name
region?
Properties
Optional
c
c
?:
Context
<
any
,
any
,
{}
>
Optional
input
input
?:
unknown
key
key
:
string
[]
name
name
:
string
Optional
region
region
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
c
input
key
name
region
Documentation
Loading...