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