lfk-client-js/dist/models/RunnerOrganisationIdsNotMatchingError.d.ts

5 lines
108 B
TypeScript

export declare type RunnerOrganisationIdsNotMatchingError = {
name: string;
message: string;
};