Frodo Library - v4.0.0-10
    Preparing search index...

    Type Alias MappingProperty

    type MappingProperty = {
        source?: string;
        target: string;
        transform?: { globals: any; source: string; type: string };
    }
    Index

    Properties

    source?: string
    target: string
    transform?: { globals: any; source: string; type: string }