frontend/.pnpm-store/v3/files/ca/444bd3f5434a9cb8a4cc23c387449b0a26a78c06253a65af4a76c12fbbc6220a1c066855a92a41531660b18b1d01b4800c4ec7f0d61805ccfa9b4006c35952

7 lines
113 B
Plaintext

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