// Common types export type SVG = React.FC>; export interface IPath { params: { page: string | string[] }; }