pushover-notification - v1.0.3
    Preparing search index...

    Interface PushoverResponse

    interface PushoverResponse {
        errors?: string[];
        receipt?: string;
        request?: string;
        status?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    errors?: string[]
    receipt?: string
    request?: string
    status?: number