This commit is contained in:
Andras Schmelczer 2025-10-18 15:36:47 +01:00
parent acdacf655d
commit 0c42c23669
182 changed files with 0 additions and 20116 deletions

View file

@ -1,4 +0,0 @@
export interface PersistenceProvider<T> {
load: () => Promise<T | undefined>;
save: (data: T) => Promise<void>;
}