Type Alias GetConceptDescendantsParams

GetConceptDescendantsParams: GetOrganizationParams & {
    conceptId: string;
} & {
    query?: {
        depth?: number;
        pageUrl?: string;
    };
}