mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-19 21:50:52 -05:00
7 lines
144 B
TypeScript
7 lines
144 B
TypeScript
import { z } from "zod/v4";
|
|
import { friendCode } from "~/utils/zod";
|
|
|
|
export const adminActionSearchParamsSchema = z.object({
|
|
friendCode,
|
|
});
|