.
This commit is contained in:
parent
acdacf655d
commit
0c42c23669
182 changed files with 0 additions and 20116 deletions
|
|
@ -1,4 +0,0 @@
|
|||
export interface PersistenceProvider<T> {
|
||||
load: () => Promise<T | undefined>;
|
||||
save: (data: T) => Promise<void>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue