Loading packages/shop-mobile-expo/src/types/index.ts +25 −0 Original line number Diff line number Diff line Loading @@ -14,3 +14,28 @@ export interface ScalarsInterface { Any: any; Void: any; } export interface UserInterface { __typename: string; apartment: string | number; code: string | number; geoLocation: { __typename: string; city: string; coordinates: { __typename: string; lat: number; lng: number; }; countryId: number; countryName: string; createdAt: string; house: 1; id: string; notes: string | null; postcode: string | null; streetAddress: string; updatedAt: string; }; id: string; } Loading
packages/shop-mobile-expo/src/types/index.ts +25 −0 Original line number Diff line number Diff line Loading @@ -14,3 +14,28 @@ export interface ScalarsInterface { Any: any; Void: any; } export interface UserInterface { __typename: string; apartment: string | number; code: string | number; geoLocation: { __typename: string; city: string; coordinates: { __typename: string; lat: number; lng: number; }; countryId: number; countryName: string; createdAt: string; house: 1; id: string; notes: string | null; postcode: string | null; streetAddress: string; updatedAt: string; }; id: string; }