Type Alias DeleteConceptSchemeParams

DeleteConceptSchemeParams: GetOrganizationParams & {
    conceptSchemeId: string;
    version: number;
}