export interface SelectOrganizationOptions { organization: string; state: string; }
Was this page helpful?