We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ee42b commit 4919c11Copy full SHA for 4919c11
src/core/resources/resources.host.ts
@@ -61,9 +61,7 @@ export class ResourcesHost {
61
return resource;
62
}
63
64
- getByDynamicName(
65
- name: LooseResourceName,
66
- ): EnhancedResource<ValueOf<ResourceMap>> {
+ getByDynamicName(name: LooseResourceName): EnhancedResource<any> {
67
return this.getByName(name as any);
68
69
0 commit comments