mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-22 21:49:48 +00:00
Add custom template for license info
This commit is contained in:
parent
cdb00eab13
commit
cf14d26709
7
openapi-templates/licenseInfo.mustache
Normal file
7
openapi-templates/licenseInfo.mustache
Normal file
@ -0,0 +1,7 @@
|
||||
/**
|
||||
* {{{appName}}}
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
@ -16,7 +16,8 @@
|
||||
"apiPackage": "api",
|
||||
"modelDocs": true,
|
||||
"modelPackage": "models"
|
||||
}
|
||||
},
|
||||
"templateDir": "openapi-templates"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user