WithOptionalNonce<T>: Omit<T, "nonce"> & {
    nonce?: string;
}

Type Parameters

  • T