/** * Backup status, may be null. */ export declare type Team_Event_Status_alliance_backup = { /** * TBA key for the team replaced by the backup. */ out?: string; /** * TBA key for the backup team called in. */ in?: string; };