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

5 lines
97 B
TypeScript

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