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