Type Alias TypedInstanceSource<Type>
TypedInstanceSource: Type extends string
? { data?: WHFSTypes[Type]["SetFormat"]; whfsType: Type }
: never
? { data?: WHFSTypes[Type]["SetFormat"]; whfsType: Type }
: never
Type Parameters
- Type extends WHFSTypeName
The input of buildInstance for an instance of a specific type, usable for set()