5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
export type CreateRunnerCard = {
|
|
runner?: number;
|
|
enabled: boolean;
|
|
};
|