zhizhi/node_modules/dingtalk-jsapi/api/union/encrypt.d.ts

20 lines
454 B
TypeScript
Raw Normal View History

import { ICommonAPIParams } from '../../constant/types';
/**
*
* @apiName encrypt
*/
export interface IUnionEncryptParams extends ICommonAPIParams {
}
/**
*
* @apiName encrypt
*/
export interface IUnionEncryptResult {
}
/**
*
* @apiName encrypt
*/
export declare function encrypt$(params: IUnionEncryptParams): Promise<IUnionEncryptResult>;
export default encrypt$;