lfk-client-js/dist/models/RunnerCardIdsNotMatchingError.d.ts
2023-02-02 09:42:58 +00:00

5 lines
88 B
TypeScript

export type RunnerCardIdsNotMatchingError = {
name: string;
message: string;
};