5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
export type RunnerNotFoundError = {
|
|
name: string;
|
|
message: string;
|
|
};
|