wechat-work
Version:
sdk for work.weixin.qq.com/api/doc.
16 lines (15 loc) • 472 B
TypeScript
import { CustomizedAppSimple } from "./customized-app-simple.class";
export declare class CustomizedApp extends CustomizedAppSimple {
description: string;
allow_userinfos: any;
allow_partys: any;
allow_tags: any;
close: boolean;
redirect_domain: string;
report_location_flag: string;
isreportenter: string;
home_url: string;
constructor(obj: object);
readonly allowedUserIds: string[];
readonly allowedPartyIds: number[];
}