Files
gridpilot.gg/core/leagues/application/ports/PromoteMemberCommand.ts
Marc Mintel eaf51712a7
Some checks failed
CI / lint-typecheck (pull_request) Failing after 4m50s
CI / tests (pull_request) Has been skipped
CI / contract-tests (pull_request) Has been skipped
CI / e2e-tests (pull_request) Has been skipped
CI / comment-pr (pull_request) Has been skipped
CI / commit-types (pull_request) Has been skipped
integration tests
2026-01-22 23:55:28 +01:00

5 lines
88 B
TypeScript

export interface PromoteMemberCommand {
leagueId: string;
targetDriverId: string;
}