export type LtpIds = { key: string } export type Bucket={ buckets: T[] } /** * Represents distinct available ltps using elasticsearch aggregations structure. */ export type DistinctLtp = { "uuid-interface": Bucket }