mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): update comments in field.ts
This commit is contained in:
parent
b379e3d187
commit
da642b7aad
@ -30,6 +30,8 @@ import {
|
||||
* - z<TypeName>FieldOutputInstance - zod schema for the field's output instance
|
||||
* - z<TypeName>FieldInputTemplate - zod schema for the field's input template
|
||||
* - z<TypeName>FieldOutputTemplate - zod schema for the field's output template
|
||||
* - inferred types for each schema
|
||||
* - type guards for InputInstance and InputTemplate
|
||||
*
|
||||
* These then must be added to the unions at the bottom of this file.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user