export interface PEGI { /** * See the PEGI rating reference */ rating: number; synopsis?: string; }