| | |
| | | declare module "@salesforce/apex/InspectCheckController.GetInspectById" { |
| | | export default function GetInspectById(param: {Id: any}): Promise<any>; |
| | | } |
| | | declare module "@salesforce/apex/InspectCheckController.cannotModifyIsRelateProject" { |
| | | export default function cannotModifyIsRelateProject(param: {Id: any}): Promise<any>; |
| | | } |
| | | declare module "@salesforce/apex/InspectCheckController.GetIrrelevantReasons" { |
| | | export default function GetIrrelevantReasons(): Promise<any>; |
| | | } |
| | | declare module "@salesforce/apex/InspectCheckController.GetIrresponsibleReason" { |
| | | export default function GetIrresponsibleReason(): Promise<any>; |
| | | } |
| | | declare module "@salesforce/apex/InspectCheckController.GetproInvolvedManual" { |
| | | export default function GetproInvolvedManual(): Promise<any>; |
| | | } |
| | | declare module "@salesforce/apex/InspectCheckController.GetIsPrentIdArr" { |
| | | export default function GetIsPrentIdArr(param: {Id: any}): Promise<any>; |
| | | } |