Interface Notif<T>

interface Notif<T> {
    args: T;
    log: string;
    move_id: number;
    table_id: string;
    time: number;
    type: string;
    uid: string;
}

Type Parameters

  • T

Properties

args: T
log: string
move_id: number
table_id: string
time: number
type: string
uid: string

Generated using TypeDoc