Interface MappingItem

interface MappingItem {
    from: any;
    to?: any;
}

Properties

Properties

from: any
to?: any