Skip to content

OptionalKeyedOptions

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

Represents options with an optional key

Extends

Extended by

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


key?

optional key: string;

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

Dot path key inside a table