We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ee7cb commit 8f8c7baCopy full SHA for 8f8c7ba
1 file changed
packages/template-builder/src/types.ts
@@ -10,6 +10,7 @@ export interface FieldDefinition {
10
group?: string;
11
}
12
13
+/** Field instance in a template document */
14
export interface TemplateField {
15
id: string | number;
16
alias: string;
0 commit comments