UNPKG

@elastic-suite/gally-admin-shared

Version:
14 lines (11 loc) 212 B
export interface ISynonymTerm { '@id'?: string '@type'?: string term: string } export interface ISynonym { '@id'?: string '@type'?: string terms: ISynonymTerm[] } export type ISynonyms = ISynonym[]