import type { Category } from '../../categories/types/index.js'; export type SizeScalesQuery = { categoryId: Category['id']; };