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