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

7 lines
113 B
TypeScript

export type ResponseRunnerTeam = {
parentGroup: any;
id: number;
name: string;
contact?: any;
};