frontend/.pnpm-store/v3/files/1a/e0e449268c21430a02bb85e213d90c7ade2f44138f4775ff33b338b6c8c1f2372ece1d780c3600fb256464fe44b49ccfbe1a357949c856edad6f5a011b7430

8 lines
154 B
Plaintext

export type UpdateRunnerOrganization = {
id: number;
address?: any;
registrationEnabled?: boolean;
name: string;
contact?: number;
};