DisBot
    Preparing search index...

    Type Alias ComputeRaw<A>

    ComputeRaw: A extends Function ? A : { [K in keyof A]: A[K] } & {}

    Type Parameters

    • A extends any