Type Alias UpdateConceptParams

UpdateConceptParams: GetOrganizationParams & {
    conceptId: string;
    version: number;
}