cli/new: removed unused type
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user