RAMP4 - v4.21.0
    Preparing search index...

    Interface FieldDefinition

    interface FieldDefinition {
        alias?: string;
        length?: number;
        name: string;
        trim?: boolean;
        type: string;
    }
    Index

    Properties

    alias?: string
    length?: number
    name: string
    trim?: boolean
    type: string