Member Junction
    Preparing search index...

    The parts of a field map this validation reads.

    type ValidatableFieldMap = {
        DestinationFieldName: string;
        IsKeyField?: boolean | null;
        SourceFieldName: string;
        Status?: string | null;
    }
    Index

    Properties

    DestinationFieldName: string
    IsKeyField?: boolean | null
    SourceFieldName: string
    Status?: string | null