MCPcopy
hub / github.com/signalapp/Signal-Desktop / CleanedObject

Interface CleanedObject

ts/sql/cleanDataForIpc.std.ts:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50// oxlint-disable-next-line typescript/consistent-type-definitions
51interface CleanedObject {
52 [x: string]: CleanedDataValue;
53}
54
55type CleanedArray = Array<CleanedDataValue>;
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected