/** * OPR, DPR, and CCWM for teams at the event. */ export declare type Event_OPRs = { /** * A key-value pair with team key (eg `frc254`) as key and OPR as value. */ oprs?: Record; /** * A key-value pair with team key (eg `frc254`) as key and DPR as value. */ dprs?: Record; /** * A key-value pair with team key (eg `frc254`) as key and CCWM as value. */ ccwms?: Record; };