mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-06-06 14:55:42 +01:00
Init new emoji data/api
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -46,7 +46,7 @@ export function updateToVersion(db: WritableDB, version: number): void {
|
||||
throw new Error(`Migration to ${version} not found`);
|
||||
}
|
||||
|
||||
type TableRows = ReadonlyArray<
|
||||
export type TableRows = ReadonlyArray<
|
||||
Record<
|
||||
string,
|
||||
string | number | Buffer<ArrayBuffer> | null | Record<string, unknown>
|
||||
|
||||
Reference in New Issue
Block a user