fix: add intents for buttons
This commit is contained in:
@@ -16,10 +16,3 @@ export type BlocksTypename = keyof typeof BlocksTypenameEnum
|
||||
export type Typename<T, K> = T & {
|
||||
__typename: K
|
||||
}
|
||||
|
||||
export enum MyPageBlocksEnum {
|
||||
MyPageBlocksNextLevelBlock = "MyPageBlocksNextLevelBlock",
|
||||
MyPageBlocksPersonalBenefitsBlock = "MyPageBlocksPersonalBenefitsBlock",
|
||||
MyPageBlocksShortcuts = "MyPageBlocksShortcuts",
|
||||
}
|
||||
export type MyPageBlocksTypename = keyof typeof MyPageBlocksEnum
|
||||
|
||||
Reference in New Issue
Block a user