mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
web: Switch to Zod mini API.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
cb28bff831
commit
a29ed94e5b
@@ -1,5 +1,5 @@
|
||||
import assert from "minimalistic-assert";
|
||||
import {z} from "zod";
|
||||
import * as z from "zod/mini";
|
||||
|
||||
export type PollDataConfig = {
|
||||
message_sender_id: number;
|
||||
|
||||
Reference in New Issue
Block a user