frontend/.pnpm-store/v3/files/8c/8b1fe0cae43caeedcd03f8f56f3952fa8ad93988c7e76571c79f859e60b08864c2b1140cae44093479a7b273d064900cb67e24e4164a106bf0cb8eba2fda0b

6 lines
92 B
Plaintext

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