import type * as Extend from "../index"; /** * Array of possible classifications. Must provide at least one classification. At least one classification must have the type `"other"`. Each classification item must have a unique id. */ export type Classifications = Extend.Classification[];