涂煌豪
2022-05-27 301bc0fb85cb5cd417830e26b2de139456d90839
1
2
3
4
5
6
7
8
9
10
11
12
declare module "@salesforce/apex/eSignHomePageController.getDNSignUpStatus" {
  export default function getDNSignUpStatus(param: {DNName: any}): Promise<any>;
}
declare module "@salesforce/apex/eSignHomePageController.getDNSignUpLists" {
  export default function getDNSignUpLists(param: {id: any, type: any}): Promise<any>;
}
declare module "@salesforce/apex/eSignHomePageController.getAccount" {
  export default function getAccount(param: {managementCode: any}): Promise<any>;
}
declare module "@salesforce/apex/eSignHomePageController.getProduct" {
  export default function getProduct(param: {ids: any}): Promise<any>;
}