Skip to content

OptionalKeyedValuedOptions

Defined in: package/src/types.ts:100

Represents options with a key and value to be set

Extends

Type Parameters

Type Parameter

T extends string

V extends JSONValues

Properties

table

table: T;

Defined in: package/src/types.ts:74

Table to use

Inherited from

OptionalKeyedOptions.table


auth?

optional auth: string;

Defined in: package/src/types.ts:76

Authentication key

Inherited from

OptionalKeyedOptions.auth


key?

optional key: string;

Defined in: package/src/types.ts:89

Dot path key inside a table

Inherited from

OptionalKeyedOptions.key


value

value: V;

Defined in: package/src/types.ts:105

Value to be established