feat(WEB-170): edit profile view
This commit is contained in:
@@ -16,3 +16,7 @@ export type BlocksTypename = keyof typeof BlocksTypenameEnum
|
||||
export type Typename<T, K> = T & {
|
||||
__typename: K
|
||||
}
|
||||
|
||||
export interface TypenameInterface<K> {
|
||||
__typename: K
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user