public-gateway-cacher/src/app/interfaces/environment.ts

6 lines
98 B
TypeScript

export interface Environment {
production: boolean;
base_href?: string;
useHash: boolean;
}