🔐 auth.ts

This commit is contained in:
nirholas
2026-03-31 10:24:08 +00:00
parent e64d0c1d3b
commit 84cb8d315c

View File

@@ -98,3 +98,4 @@ interface MessageFns<T> {
create<I extends Exact<DeepPartial<T>, I>>(base?: I): T
fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T
}