Skip to content

Commit 782f08b

Browse files
committed
refactor: add BigIntFromString to io-ts-types
ticket: WP-6196 TICKET: WP-6196
1 parent 39c5330 commit 782f08b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/express/openapi-generator.rc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = (E) => {
1313
Json: () => E.right({ type: 'object', properties: {}, required: [] }),
1414
NonEmptyString: () => E.right({ type: 'string', minLength: 1 }),
1515
DateFromISOString: () => E.right({ type: 'string', format: 'date-time' }),
16+
BigIntFromString: () => E.right({ type: 'string' }),
1617
},
1718
'io-ts-bigint': {
1819
BigIntFromString: () => E.right({ type: 'string' }),

0 commit comments

Comments
 (0)