Type alias WithModules<M>

WithModules<M>: {
    [P in keyof M as ExcludeMappedString<P>]: {
        [C in keyof M[P] as ExcludeMappedString<C>]: RedisCommandSignature<M[P][C]>
    }
}

Type Parameters

Generated using TypeDoc