clinic-cms
Version:
Svelte components based on Skeleton UI toolkit for the frontend of an outpatient clinic CMS.
18 lines (17 loc) • 575 B
TypeScript
export interface Variables {
readonly BASE_API_URI: string;
readonly BASE_CMS_API_URI: string;
readonly BASE_URI: string;
readonly GHOST_API_KEY: string;
readonly DEFAULT_LANGUAGE: string;
readonly TIMELINE: boolean;
readonly BLOG_URI: string;
readonly NOINDEX: boolean;
readonly ORGANIZATION_CATEGORY: string;
readonly INPUT_GEOCODER: boolean;
readonly INPUT_SITUATION: boolean;
readonly INPUT_COMMUNE: boolean;
readonly INPUT_CATEGORY: boolean;
readonly INPUT_FACILITY: boolean;
readonly INPUT_SEARCH: boolean;
}