export type ResponseRunnerCard = { id: number; runner: any; code: string; enabled: boolean; };