Files
gridpilot.gg/core/racing/application/use-cases/CloseRaceEventStewardingCommand.ts
2025-12-16 18:17:48 +01:00

9 lines
313 B
TypeScript

/**
* Command for closing race event stewarding.
*
* Scheduled job that checks for race events with expired stewarding windows
* and closes them, triggering final results notifications.
*/
export interface CloseRaceEventStewardingCommand {
// No parameters needed - finds all expired events automatically
}