5 lines
84 B
TypeScript
5 lines
84 B
TypeScript
export type RunnerIdsNotMatchingError = {
|
|
name: string;
|
|
message: string;
|
|
};
|