TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface RunNotificationInfo

    interface RunNotificationInfo {
        buttons: [];
        buttons_autodisable: boolean;
        buttons_enabled: boolean;
        created_at: Date;
        id: string;
        message: string;
        read: boolean;
        run_user: string;
        title: string;
        updated_at: Date;
    }
    Index

    Properties

    buttons: []
    buttons_autodisable: boolean
    buttons_enabled: boolean
    created_at: Date
    id: string
    message: string
    read: boolean
    run_user: string
    title: string
    updated_at: Date