Files
plexjs/sdk-resources/modelAllOf.mustache
2023-04-06 21:14:47 -05:00

7 lines
165 B
Plaintext

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