interface OrganizationResource { /** * */ id?: string; /** * */ name?: string; } export default OrganizationResource;