eligius
    Preparing search index...

    Interface ILanguageLabel

    interface ILanguageLabel {
        id: string;
        labels: ILabel[];
    }
    Index

    Properties

    Properties

    id: string
    labels: ILabel[]