5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
export type RunnerOrganizationIdsNotMatchingError = {
|
|
name: string;
|
|
message: string;
|
|
};
|