Skip to content

Commit

Permalink
Stringify enum type
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlajz committed May 23, 2023
1 parent 1ad13b5 commit c2149e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/content-format/src/nodes/ContactNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface ContactNode extends Element<typeof ContactNode.TYPE> {
uuid: string;
reference: NewsroomContact['uuid'] | null;
contact: ContactNode.ContactInfo;
layout: ContactNode.Layout;
layout: `${ContactNode.Layout}`;
show_avatar: boolean;
}

Expand Down

0 comments on commit c2149e3

Please sign in to comment.