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