27 lines
586 B
TypeScript
27 lines
586 B
TypeScript
declare const _default: {
|
|
attr: {
|
|
entity: string;
|
|
entityId: string;
|
|
type: string;
|
|
allowShare: string;
|
|
tag: string;
|
|
ticket: string;
|
|
url: string;
|
|
permanent: string;
|
|
buffer: string;
|
|
expired: string;
|
|
expiresAt: string;
|
|
application: string;
|
|
props: string;
|
|
};
|
|
v: {
|
|
type: {
|
|
wechatMpDomainUrl: string;
|
|
wechatMpWxaCode: string;
|
|
wechatPublic: string;
|
|
wechatPublicForMp: string;
|
|
};
|
|
};
|
|
};
|
|
export default _default;
|