export type UpdateRunnerCard = { id: number; runner?: number; enabled: boolean; };