Type alias LaunchExternalProcessRule

LaunchExternalProcessRule: {
    behavior: "allow" | "block";
    match: string[];
}

Type declaration

  • behavior: "allow" | "block"
  • match: string[]

Generated using TypeDoc