AxJSRuntimeNodePermissionAllowlist
type AxJSRuntimeNodePermissionAllowlist = Readonly<{
addons?: boolean;
childProcess?: boolean;
fsRead?: readonly string[];
fsWrite?: readonly string[];
wasi?: boolean;
}>;Fine-grained Node Permission Model allowlist. Scopes --allow-fs-* and
gates additional --allow-* flags that aren’t covered by the high-level
permission enum.