pushover-notification - v0.0.2
    Preparing search index...

    Interface Response

    interface Response {
        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