UNPKG

gros-bras-shared

Version:

This holds all shared files such as interfaces or helpers used by Gros Bras, both frontoffices and baackoffices, and backend etc...

10 lines (9 loc) 202 B
export interface ISeoInfos { title: string; description: string; structured_data: string; image?: string; url?: string; url_cononical?: string; keywords?: string; }