import type { AppContext } from '@voltro/runtime' const execute = (_input: Record, _ctx: AppContext) => ({ descriptor: { table: 'components' as const, predicate: undefined, order: [{ column: 'name' as const, direction: 'asc' as const }], take: 100, skip: undefined, projection: undefined, }, }) export default execute