export interface GfEnvironment { lastPublish: string | null; production: boolean; stripePublicKey: string; }