polarity-integration-utils
    Preparing search index...

    Interface CustomType

    Custom entity type definition for config.json

    interface CustomType {
        description?: string;
        editable?: boolean;
        enabled?: boolean;
        key: string;
        name?: string;
        regex: string;
        type?: "custom";
    }
    Index
    description?: string
    editable?: boolean
    enabled?: boolean
    key: string
    name?: string
    regex: string
    type?: "custom"