@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / types / AssetInput
Type Alias: AssetInput
ts
type AssetInput = {
path: string;
type: string;
};Defined in: types.ts:65
Properties
| Property | Type | Defined in |
|---|---|---|
path | string | types.ts:65 |
type | string | types.ts:65 |

