chore: clean templateConfig type

This commit is contained in:
Arman
2024-08-08 09:49:59 +02:00
parent 66dbba3314
commit da9a05b283
-1
View File
@@ -14,7 +14,6 @@ export const templateConfig = writable<{
repositoryName?: string;
repositoryPrivate?: boolean;
repositoryId: string;
generateKey?: boolean;
execute?: boolean;
scopes?: string[];
}>();