UNPKG

@appsemble/lang-sdk

Version:

Language SDK for Appsemble

10 lines 227 B
export const BaseActionDefinition = { type: 'object', properties: { remapBefore: {}, remapAfter: {}, onSuccess: {}, onError: {}, }, }; //# sourceMappingURL=BaseActionDefinition.js.map