AdapterOperationFnArgs
ts
type AdapterOperationFnArgs = object;Defined in: shared/types.ts:67
Operation args for AdapterOperationFn
Since
1.0.0
Author
Simon Kovtyk
Properties
locale
ts
locale: string;Defined in: shared/types.ts:69
scopes?
ts
optional scopes?: Scopes;Defined in: shared/types.ts:68