Type aliases
CacheKey
Cache
Key
: {} | CacheKey[] | string | number | boolean | DateDestinationMappingOptionsResponseType
DestinationMappingOptionsResponseType: "any" | "boolean" | "date" | "email" | "float" | "integer" | "number" | "phoneNumber" | "string" | "url"
DestinationSyncMode
DestinationSyncMode: typeof SYNC_MODES[number]
ExportArrayPropertiesMethodResponse
ExportArrayPropertiesMethodResponse: string[]
GrouparooRunMode
GrouparooRunMode: "cli:run" | "cli:start" | "cli:config" | "cli:apply" | "cli:validate"
ParamsFrom
ParamsFrom<A>: Pick<ParamsExtractor<A>, RequiredParamsKeys<A>> & Partial<ParamsExtractor<A>>
Type parameters
PluginOptionType
PluginOptionType: "list" | "typeahead" | "text" | "textarea" | "password" | "oauth-token" | "pending"
RecordPropertiesPluginMethodResponse
RecordPropertiesPluginMethodResponse: {}
RecordPropertyPluginMethodResponse
RecordPropertyPluginMethodResponse: (string | number | boolean | Date)[]
oAuthType
oAuthType: "user" | "app"