Removed useless type files

This commit is contained in:
2024-01-06 15:56:45 +01:00
parent 10c18202c5
commit 6dfd72bb23
10 changed files with 23 additions and 28 deletions

View File

@@ -1,17 +0,0 @@
export type Profile = {
data: {
id: string
name: string
}
}
export type Profile2 = {
data: {
id: string
name: string
properties: { name: string; value: string }[]
profileActions: []
}
}
export type FileType = "js" | "ts"