KeyedValuedOptions
Defined in: package/src/types.ts:93
Represents options with a key and value to be set
Extends
KeyedOptions
<T
>
Type Parameters
Type Parameter |
---|
|
|
Properties
table
table: T;
Defined in: package/src/types.ts:74
Table to use
Inherited from
auth?
optional auth: string;
Defined in: package/src/types.ts:76
Authentication key
Inherited from
key
key: string;
Defined in: package/src/types.ts:82
Dot path key inside a table
Inherited from
value
value: V;
Defined in: package/src/types.ts:96
Value to be established