Replaced clang format with prettuier (sadly)
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
export type Profile = {
|
||||
data: {
|
||||
id: string
|
||||
name: string;
|
||||
}
|
||||
data: {
|
||||
id: string
|
||||
name: string
|
||||
}
|
||||
}
|
||||
|
||||
export type Profile2 = {
|
||||
data: {
|
||||
id: string,
|
||||
name: string,
|
||||
properties: { name: string, value: string }[],
|
||||
profileActions: []
|
||||
}
|
||||
}
|
||||
data: {
|
||||
id: string
|
||||
name: string
|
||||
properties: { name: string; value: string }[]
|
||||
profileActions: []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import { Profile, Profile2 } from "./Profile"
|
||||
|
||||
export {
|
||||
Profile,
|
||||
Profile2
|
||||
}
|
||||
export { Profile, Profile2 }
|
||||
|
||||
Reference in New Issue
Block a user