mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 04:20:49 +00:00
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
/**
|
|
* @type {{classname}}{{#description}}
|
|
* {{{.}}}{{/description}}
|
|
* @export
|
|
*/
|
|
export type {{classname}} = {{#oneOf}}{{{.}}}{{^-last}} | {{/-last}}{{/oneOf}};
|