@nospamproxy/core
    Preparing search index...
    interface Preset<T = unknown> {
        data: T;
        isDefault: boolean;
        name: string;
    }

    Type Parameters

    • T = unknown
    Index

    Properties

    Properties

    data: T

    The preset data.

    isDefault: boolean

    True, if this is the default preset.

    name: string

    A unique name for the preset.