Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
250 Bytes
export const templatesList = [
"azurill",
"bronzor",
"chikorita",
"ditto",
"gengar",
"glalie",
"kakuna",
"leafish",
"nosepass",
"onyx",
"pikachu",
"rhyhorn",
] as const;
export type Template = (typeof templatesList)[number];