Member Junction
    Preparing search index...

    Represents a registered dialect combination (source -> target).

    interface DialectCombination {
        Source: string;
        Target: string;
    }
    Index

    Properties

    Properties

    Source: string
    Target: string