interface LocalFunctionConfiguration {
    args: { env: string; expr: string };
}

Properties

Properties

args: { env: string; expr: string }

Type declaration

  • env: string

    The environment in local(expr, env)

  • expr: string

    The expression in local(expr, env)