WithoutNonce<T>: Omit<T, "nonce">

Type Parameters

  • T extends {
        nonce: unknown;
    }