인터페이스: ChangeMessage<T, TKey>
정의 위치: packages/db/src/types.ts:450
타입 매개변수
T
T extends object = Record<string, unknown>
TKey
TKey extends string | number = string | number
속성
key
key: TKey;
정의 위치: packages/db/src/types.ts:454
metadata?
optional metadata: Record<string, unknown>;
정의 위치: packages/db/src/types.ts:458
previousValue?
optional previousValue: T;
정의 위치: packages/db/src/types.ts:456
type
type: OperationType;
정의 위치: packages/db/src/types.ts:457
value
value: T;
정의 위치: packages/db/src/types.ts:455