oak-general-business/es/aspects/wechatLogin.d.ts

7 lines
282 B
TypeScript

import { EntityDict } from "../oak-app-domain";
import { BRC } from '../types/RuntimeCxt';
export declare function createWechatLogin<ED extends EntityDict>(params: {
type: EntityDict['wechatLogin']['Schema']['type'];
interval: number;
}, context: BRC<ED>): Promise<string>;