Skip to content

AssetImport

ts
type AssetImport: object;

Result of importing asset via imgit.

Type declaration

content

ts
content: EncodedContent;

Sources of the asset content.

info

ts
info: ContentInfo;

Content metadata.

Source

server/import.ts:5 ↗