Skip to content

Commit bd02c32

Browse files
committed
fix(template-builder): add jsdoc comment
1 parent b5ff644 commit bd02c32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/template-builder/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { SuperDoc } from 'superdoc';
22

3+
/** Field definition for template builder */
34
export interface FieldDefinition {
45
id: string;
56
label: string;

0 commit comments

Comments
 (0)