mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-07 19:53:01 +02:00
@@ -15,7 +15,7 @@ const listSiteResourcesParamsSchema = z.strictObject({
|
||||
orgId: z.string()
|
||||
});
|
||||
|
||||
const listSiteResourcesQuerySchema = z.object({
|
||||
const listSiteResourcesQuerySchema = z.strictObject({
|
||||
limit: z
|
||||
.string()
|
||||
.optional()
|
||||
|
||||
Reference in New Issue
Block a user