Skip to content

google / Exports

google

Table of contents

Classes

Interfaces

Type Aliases

Type Aliases

TProviderOptionValue

Ƭ TProviderOptionValue: string | number | boolean | undefined | null | IExecutor | TProviderOptionValue[] | { [key: string]: TProviderOptionValue; }

Valid provider option value types

Defined in

google/src/types.ts:6

Released under the MIT License.