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