config-rocket
    Preparing search index...

    Type Alias RocketResolvableType

    RocketResolvableType: "match" | "contain" | "not" | "format" | "$or"

    Possible resolvable types.

    • 'match': a and b must match exactly.
    • 'contain': a must contains b.
    • 'not': a must not match b.
    • 'format': use a and b to create a formatted string using result as a template string.
    • '$or': => a || b, returns the value of the input a | b.