StorageAdapter: {
    keyPath: string;
    options: StorageAdapterOptions;
    store: Writable<any[]>;
}