ng-xtend API documentation
    Preparing search index...

    Type Alias OldField<Type>

    Describes a field rename from an old (legacy) name to a new name

    type OldField<Type> = {
        newFieldName: keyof Type;
        oldFieldName: string;
    }

    Type Parameters

    • Type
    Index

    Properties

    newFieldName: keyof Type
    oldFieldName: string