mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
import { isNumber, last } from 'lodash';
|
||||
|
||||
import type { ReadableDB, WritableDB } from './Interface';
|
||||
import type { LoggerType } from '../types/Logging';
|
||||
import type { ReadableDB, WritableDB } from './Interface.js';
|
||||
import type { LoggerType } from '../types/Logging.js';
|
||||
|
||||
export type JSONRow = Readonly<{ json: string }>;
|
||||
export type JSONRows = Array<JSONRow>;
|
||||
|
||||
Reference in New Issue
Block a user