import type { Match_Score_Breakdown_2023_Alliance } from './Match_Score_Breakdown_2023_Alliance'; /** * See the 2023 FMS API documentation for a description of each value. https://frc-api-docs.firstinspires.org */ export declare type Match_Score_Breakdown_2023 = { blue?: Match_Score_Breakdown_2023_Alliance; red?: Match_Score_Breakdown_2023_Alliance; };