export interface ESRB { /** * See the ESRB rating reference */ rating: number; synopsys?: string; }