@nospamproxy/core
    Preparing search index...
    interface ProfileEntry {
        Id?: number;
        Name: string;
        Value: string;
    }
    Index

    Properties

    Properties

    Id?: number
    Name: string
    Value: string