frontend/.pnpm-store/v3/files/d6/dbddf10064d187f9b5304a79c3507ceeea461dc9c74e8d40837859173381ffe217af94b1a688242538bf611266903e32fc47e673dc6e97b83a204f9addf795

5 lines
77 B
Plaintext

export type CreateRunnerGroup = {
name: string;
contact?: number;
};