interface IgnoredGate {
    lastModifiedOn?: Date;
    name?: string;
}

Properties

lastModifiedOn?: Date

Gets the date on which gate is last ignored.

name?: string

Name of gate ignored.