Home
last modified time | relevance | path

Searched refs:Exact (Results 1 – 2 of 2) sorted by relevance

/expo/home/graphql/
H A Dtypes.ts5 export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] }; alias
5441 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 …]
/expo/packages/@expo/cli/src/graphql/
H A Dgenerated.ts11 export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] }; alias
1106 export type AppByIdQueryVariables = Exact<{
1113 export type CurrentUserQueryVariables = Exact<{ [key: string]: never; }>;