Type Alias: ActionName
type ActionName = keyof typeof ACTIONS;
Defined in: packages/overcast-core/src/operation.ts:55
An ACTIONS variant by name ("CreateOffer", …, "Withdraw").
type ActionName = keyof typeof ACTIONS;
Defined in: packages/overcast-core/src/operation.ts:55
An ACTIONS variant by name ("CreateOffer", …, "Withdraw").