6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
export type RunnerCard = {
|
|
id: number;
|
|
runner?: any;
|
|
enabled: boolean;
|
|
};
|