updown.io
    Preparing search index...

    Interface RecipientOptions

    interface RecipientOptions {
        name?: string;
        selected?: boolean;
        type: RecipientType;
        value: string;
    }
    Index

    Properties

    name?: string

    Optional user-friendly label for supported recipient types

    selected?: boolean

    Initial state on all existing checks

    Type of recipient

    value: string

    Recipient value (email, phone or URL)