oak-pay-business/es/oak-app-domain/Captcha/Action.js

13 lines
371 B
JavaScript

export const IActionDef = {
stm: {
send: ['unsent', 'sending'],
success: ['sending', 'sent'],
fail: ['sending', 'failure'],
},
is: 'unsent',
};
export const actions = ["count", "stat", "download", "select", "aggregate", "create", "remove", "update", "send", "success", "fail"];
export const actionDefDict = {
iState: IActionDef
};