Type alias WithFunctions<F>

WithFunctions<F>: {
    [P in keyof F as ExcludeMappedString<P>]: {
        [FF in keyof F[P] as ExcludeMappedString<FF>]: RedisCommandSignature<F[P][FF]>
    }
}

Type Parameters

Generated using TypeDoc