interface LoadJavaScriptResource {
    filepath: string;
    resourceName: string;
}

Properties

filepath: string
resourceName: string