Searched refs:Exact (Results 1 – 2 of 2) sorted by relevance
5 export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] }; alias5441 export type Home_AccountDataQueryVariables = Exact<{5450 export type BranchDetailsQueryVariables = Exact<{5460 export type BranchesForProjectQueryVariables = Exact<{5476 export type Home_ProfileData2QueryVariables = Exact<{5484 export type Home_MyAppsQueryVariables = Exact<{5492 export type Home_ProfileSnacksQueryVariables = Exact<{5500 export type WebContainerProjectPage_QueryVariables = Exact<{5509 export type Home_AccountAppsQueryVariables = Exact<{5518 export type Home_AccountSnacksQueryVariables = Exact<{[all …]
11 export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] }; alias1106 export type AppByIdQueryVariables = Exact<{1113 export type CurrentUserQueryVariables = Exact<{ [key: string]: never; }>;