Skip to content

UnKeyedValuedOptions

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

Represents options with a value to be set

Extends

Type Parameters

Type Parameter

T extends string

Properties

table

table: T;

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

Table to use

Inherited from

SimpleOptions.table


auth?

optional auth: string;

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

Authentication key

Inherited from

SimpleOptions.auth


value

value: JSObjectN;

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

Value to be established