UNPKG

nocobase-plugin-ding-talk

Version:

Integrated DingTalk, including login and robot functions

6 lines (5 loc) 218 B
import { Context, Next } from '@nocobase/actions'; export declare const dingTalkActions: { getAuthUrl: (ctx: Context, next: Next) => Promise<void>; redirectAuth: (ctx: Context, next: Next) => Promise<void>; };