Files
plexjs/sdk-resources/plexjs-resources/modelAllOf.mustache
2023-04-19 21:26:38 -05:00

7 lines
165 B
Plaintext

/**
* @type {{classname}}{{#description}}
* {{{.}}}{{/description}}
* @export
*/
export type {{classname}} = {{#allOf}}{{{.}}}{{^-last}} & {{/-last}}{{/allOf}};