export interface TaxonomyGetOptions {
	order?: 'alphabetical' | 'defined';
	childDepth?: number;
	language?: string;
}
