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