Skip to content

Commit abccae7

Browse files
DmytroConvertConvert Bot
authored andcommitted
feat: automated TS Serving API update
1 parent 53feea4 commit abccae7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/types/src/config/types.gen.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,6 +2400,10 @@ export type ConfigProject = {
24002400
* Custom domain to be used instead of standard Convert's one
24012401
*/
24022402
domain?: string;
2403+
/**
2404+
* The version of the custom domain.
2405+
*/
2406+
readonly version?: string;
24032407
} | null;
24042408
/**
24052409
* List of domains allowed to be tracked under this project

0 commit comments

Comments
 (0)