1
2
3
4
5
6
| declare module "@salesforce/apex/LexNewAndEditContactPIPLController.initData" {
| export default function initData(param: {rid: any, recordTypeId: any, sobjectType: any, accid: any}): Promise<any>;
| }
| declare module "@salesforce/apex/LexNewAndEditContactPIPLController.searchContactByAccountId" {
| export default function searchContactByAccountId(param: {accountId: any, RecordTypeId: any, Isactive: any}): Promise<any>;
| }
|
|