mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 11:25:32 -05:00
feat: add user_label to FieldIdentifier (#8126)
Co-authored-by: Mary Hipp Rogers <maryhipp@gmail.com>
This commit is contained in:
@@ -6996,6 +6996,11 @@ export type components = {
|
||||
* @description The name of the field
|
||||
*/
|
||||
field_name: string;
|
||||
/**
|
||||
* User Label
|
||||
* @description The user label of the field, if any
|
||||
*/
|
||||
user_label: string | null;
|
||||
};
|
||||
/**
|
||||
* FieldKind
|
||||
|
||||
Reference in New Issue
Block a user