import { AmeliproFooterInfos } from '../AmeliproFooter/types'; import { AmeliproHeaderInfos } from '../AmeliproHeader/types'; import { AmeliproPatientBannerInfos } from '../AmeliproPatientBanner/types'; export interface SkipLink { label: string href: string } export interface AmeliproPageLayoutInfos { ameliproHeaderInfos?: AmeliproHeaderInfos ameliproFooterInfos?: AmeliproFooterInfos ameliproPatientBannerInfos?: AmeliproPatientBannerInfos displayPatientBanner?: boolean }