Type alias RS_ResolverOptions<T>

RS_ResolverOptions<T>: {
    next: string & {} | "*";
    reduce?: boolean | Condition<T>;
}

Type Parameters

  • T

Type declaration

  • next: string & {} | "*"
  • Optional reduce?: boolean | Condition<T>

    Default: true

Generated using TypeDoc