1
2
3
4
declare module "@salesforce/resourceUrl/OpportunityPCLJs" {
    var OpportunityPCLJs: string;
    export default OpportunityPCLJs;
}