Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 1.18 KB

File metadata and controls

68 lines (41 loc) · 1.18 KB
id ChangeMessage
title ChangeMessage

Interface: ChangeMessage<T, TKey>

Defined in: packages/db/src/types.ts:359

Type Parameters

T

T extends object = Record<string, unknown>

TKey

TKey extends string | number = string | number

Properties

key

key: TKey;

Defined in: packages/db/src/types.ts:363


metadata?

optional metadata: Record<string, unknown>;

Defined in: packages/db/src/types.ts:367


previousValue?

optional previousValue: T;

Defined in: packages/db/src/types.ts:365


type

type: OperationType;

Defined in: packages/db/src/types.ts:366


value

value: T;

Defined in: packages/db/src/types.ts:364