Function orgToOption

  • Parameters

    • org: Organization

    Returns {
        country: keyof Countries;
        label: string;
        value: number;
    }

    • country: keyof Countries
    • label: string
    • value: number