valitype
    Preparing search index...

    Type Alias RuleWithValue<T>

    RuleWithValue: T & { default?: RuleTypeToValue<T["type"]>; type: T["type"] }

    Type Parameters