interface History {
    createdAt: Date;
    data?: object;
    id: string;
    message: string;
    taskId: string;
    type: string;
}

Hierarchy

  • Omit<RawActivity, "createdAt">
    • History

Properties

createdAt: Date
data?: object
id: string
message: string
taskId: string
type: string

Generated using TypeDoc