type ChangesPayload<T> = ChangeMessage<T>[];
Defined in: packages/db/src/types.ts:531
• T extends object = Record<string, unknown>