/**
 * This file was generated by st-open-api
 */
export interface IGreenGrpDoohGrossContacts {
    grossContacts: number;
    powerOrigin: string;
    productionEmissions?: number;
    screenCategory: string;
}
