| | |
| | | declare module "@salesforce/apex/WeeklyReportCmp.getAwsurl" { |
| | | export default function getAwsurl(param: {sobj: any}): Promise<any>; |
| | | } |
| | | declare module "@salesforce/apex/WeeklyReportCmp.saveAgencyContact" { |
| | | export default function saveAgencyContact(param: {name: any, nameEncrypt: any, type: any, typeEncrypt: any, doctorDivision1: any, doctorDivision1Encrypt: any, agencyHospitalid: any, awsid: any}): Promise<any>; |
| | | } |
| | | declare module "@salesforce/apex/WeeklyReportCmp.getProductList" { |
| | | export default function getProductList(param: {dc: any, opdsis: any}): Promise<any>; |
| | | } |