Expose sync push API

This commit is contained in:
2026-05-08 18:46:21 -04:00
parent 59b90c60ae
commit 2b3eea861a
6 changed files with 968 additions and 4 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ function assertSegment(value: string, name: string): void {
}
}
function assertSyncObjectType(value: string): void {
export function assertSyncObjectType(value: string): void {
if (!SYNC_OBJECT_TYPES.has(value)) {
throw new StorageObjectError("object_type_invalid");
}