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