Type alias: GetResourceReturnType\<Plugin, UriType>
Ƭ GetResourceReturnType\<Plugin, UriType>: UriType extends Plugin["types"]["uri"] ? ReturnTypeFromArgs\<Plugin["getResource"], UriType> : ReturnType\<Plugin["getResource"]> | InvalidIdentifierResource
Type parameters
| Name | Type |
|---|---|
Plugin |
extends ConnectedPlugin |
UriType |
extends string |