/**
 * This file was generated by st-open-api
 */
export interface IGreenGrpCinema {
    country: string;
    grossContacts: number;
    productionEmissions?: number;
    productionType: string;
    spotLength: number;
}
