Added dev script for ts-node
This commit is contained in:
17
src/typings/Types.ts
Normal file
17
src/typings/Types.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user