oak-pay-business/lib/context/RuntimeContext.d.ts

6 lines
129 B
TypeScript

/**
* 若业务逻辑需要更多的上下文之间的数据传递,可以放在这里
*/
export interface RuntimeContext {
}