UNPKG

@opengis/fastify-table

Version:

core-plugins

33 lines 792 B
declare const resizeSchema: { type: string; properties: { querystring: { filepath: { type: string; }; quality: { type: string; exclusiveMinimum: number; maximum: number; }; size: { type: string; pattern: string; }; w: { type: string; minimum: number; maximum: number; }; h: { type: string; minimum: number; maximum: number; }; }; }; }; declare const _default: null; export default _default; export { resizeSchema }; //# sourceMappingURL=schema.d.ts.map