Type alias WithScripts<S>

WithScripts<S>: {
    [P in keyof S as ExcludeMappedString<P>]: RedisCommandSignature<S[P]>
}

Type Parameters

Generated using TypeDoc