frontend/.pnpm-store/v3/files/dc/959c3d0bf8c43c4fca63b7c8a6099a13d6cd1d601e54fa0fab15121aca9e755cccea6e2bf37b9a5bae8a87581826ae8c5613664a2db70ef8b0e37c6980f92b

7 lines
138 B
Plaintext

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