We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b82ba commit 851e8a6Copy full SHA for 851e8a6
src/lib/tsgen/factory.ts
@@ -262,11 +262,11 @@ export default function (userOptions: TSGenOptions) {
262
}
263
264
function type_link() {
265
- return 'Link'
+ return `${options.naming?.prefix}Link`
266
267
268
function type_file() {
269
- return 'File'
+ return `${options.naming?.prefix}File`
270
271
272
function type_global_field(field: ContentstackTypes.GlobalField) {
0 commit comments