Interface Rule

Hierarchy

  • Rule

Properties

Properties

action: "allow"
features?: {
    [key: RuleFeature]: boolean;
}

Type declaration

os?: {
    arch?: string;
    name?: string;
    version?: string;
    [key: RuleOS]: OS | undefined;
}

Type declaration

  • [key: RuleOS]: OS | undefined
  • Optional arch?: string
  • Optional name?: string
  • Optional version?: string

Generated using TypeDoc