Interface ForwardHistory

interface ForwardHistory {
    action: string;
    admin: string;
    date: string;
}

Properties

Properties

action: string
admin: string
date: string

Generated using TypeDoc