UNPKG

@appsemble/lang-sdk

Version:

Language SDK for Appsemble

10 lines 355 B
export const ResourceHooksDefinition = { type: 'object', description: 'Hooks that are triggered upon calling a resource action.', additionalProperties: false, minProperties: 1, properties: { notification: { $ref: '#/components/schemas/NotificationHookDefinition' }, }, }; //# sourceMappingURL=ResourceHooksDefinition.js.map