Type Alias DeleteConceptParams

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