mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -4,9 +4,9 @@ import {
|
||||
type ChatFolderId,
|
||||
type ChatFolder,
|
||||
CHAT_FOLDER_DELETED_POSITION,
|
||||
} from '../../types/ChatFolder';
|
||||
import type { ReadableDB, WritableDB } from '../Interface';
|
||||
import { sql } from '../util';
|
||||
} from '../../types/ChatFolder.js';
|
||||
import type { ReadableDB, WritableDB } from '../Interface.js';
|
||||
import { sql } from '../util.js';
|
||||
|
||||
export type ChatFolderRow = Readonly<
|
||||
Omit<
|
||||
|
||||
Reference in New Issue
Block a user