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