Skip to content

Commit ecca30c

Browse files
feat: added description schema (#239)
1 parent f1f29c4 commit ecca30c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/renderer/actions/local-sync/schemas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const KeyValuePair = Type.Object({
5353
value: Type.String(),
5454
isEnabled: Type.Boolean(),
5555
type: Type.Optional(Type.String()),
56+
description: Type.Optional(Type.String()),
5657
});
5758

5859
const formData = Type.Object({

0 commit comments

Comments
 (0)