interface GateUpdateMetadata {
    comment?: string;
    gatesToIgnore?: string[];
}

Properties

comment?: string

Comment.

gatesToIgnore?: string[]

Name of gate to be ignored.