feat(sync): round trip cloud snapshots
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export interface ElyKvNamespace {
|
||||
get(key: string): Promise<string | null>;
|
||||
put(key: string, value: string): Promise<void>;
|
||||
delete(key: string): Promise<void>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user