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;
}

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