Skip to content

AllocatedAction

type AllocatedAction = {
action: Action;
functionName: string;
provider: ProviderInstance;
};

Defined in: core/src/provider/provider.names.ts:9

An action paired with the safe, deduped function name it is exposed under.

action: Action;

Defined in: core/src/provider/provider.names.ts:12


functionName: string;

Defined in: core/src/provider/provider.names.ts:10


provider: ProviderInstance;

Defined in: core/src/provider/provider.names.ts:11