LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
declare module "@salesforce/apex/buttonAccountCtl.init" {
  export default function init(param: {recordId: any}): Promise<any>;
}
declare module "@salesforce/apex/buttonAccountCtl.initUserName" {
  export default function initUserName(param: {userId: any}): Promise<any>;
}
declare module "@salesforce/apex/buttonAccountCtl.selecctAccountByAccountId" {
  export default function selecctAccountByAccountId(param: {AccountId: any}): Promise<any>;
}