This commit is contained in:
zima 2025-03-27 15:24:56 -07:00
parent d472c3b41e
commit d6e89e737b

View file

@ -67,8 +67,8 @@ export const paramDef = {
items: { items: {
type: 'string', type: 'string',
}, },
sortKey: { type: 'string', nullable: true },
}, },
sortKey: { type: 'string', nullable: true },
}, },
required: ['name', 'fileId'], required: ['name', 'fileId'],
} as const; } as const;