import { IGraphQLClient } from "../stores/wp-graphql-client/wp-graphql-client"; export interface IStaticPropsEnvironment { href: string; graphQLClient: IGraphQLClient; }