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