Init new emoji data/api

Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-05-04 18:41:11 -05:00
committed by GitHub
parent b237c74b04
commit 961ccdf094
200 changed files with 3718 additions and 3259 deletions
+1 -1
View File
@@ -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>