6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
export declare type RunnerCard = {
|
|
id: number;
|
|
runner?: any;
|
|
enabled: boolean;
|
|
};
|