mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
refactor: remove unnecessary comments from search-space types
This commit is contained in:
parent
fc08f721b0
commit
3fafb18089
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
import { z } from "zod";
|
import { z } from "zod";
|
||||||
import { paginationQueryParams } from ".";
|
import { paginationQueryParams } from ".";
|
||||||
|
|
||||||
// Base schemas
|
|
||||||
export const searchSpace = z.object({
|
export const searchSpace = z.object({
|
||||||
id: z.number(),
|
id: z.number(),
|
||||||
name: z.string(),
|
name: z.string(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue