cli/new: removed unused type

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-02-10 20:05:07 +01:00
parent b18880af3d
commit 7c430f3567
-7
View File
@@ -44,13 +44,6 @@ export type PortableTemplatePointer = {
target: string;
};
export type PortableTemplatePrompt = {
id: string;
prompt: string;
validate?: string;
default?: string | boolean | number;
};
export const TEMPLATE_ROLES = [
'web-library',
'node-library',