Enforce required prop in default tags.

This commit is contained in:
muzam1l
2022-07-28 18:12:58 +05:30
parent df0f8abe62
commit ca52a5e064
2 changed files with 11 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ export const getParameters = (content?: string) => {
},
$metaData: {
description: tag.description,
required: !tag.optional
},
}));