@ccw-api/api
Preparing search index...
community-web-cloud-database/cloud_variable/save
SaveCloudVariableReq
Type Alias SaveCloudVariableReq<T>
type
SaveCloudVariableReq
<
T
extends
Record
<
string
,
unknown
>
>
=
{
primaryKey
:
string
;
secondaryKey
:
string
;
value
:
T
;
}
Type Parameters
T
extends
Record
<
string
,
unknown
>
Index
Properties
primary
Key
secondary
Key
value
Properties
primary
Key
primaryKey
:
string
secondary
Key
secondaryKey
:
string
value
value
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
primary
Key
secondary
Key
value
@ccw-api/api
Loading...