Type Alias TypedInstanceExport<Type>
TypedInstanceExport: Type extends string
? { data?: WHFSTypes[Type]["ExportFormat"]; whfsType: Type }
: never
? { data?: WHFSTypes[Type]["ExportFormat"]; whfsType: Type }
: never
Type Parameters
- Type extends WHFSTypeName
The result of a .export() operation on an instance of a specific type