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