import { IFooter, } from '../passages/IFooter'; export interface IFootersContext { readonly footers: readonly IFooter[]; }