Type alias StorageArchivistConfig

StorageArchivistConfig: ArchivistConfig<{
    maxEntries?: number;
    maxEntrySize?: number;
    namespace?: string;
    persistAccount?: boolean;
    schema: StorageArchivistConfigSchema;
    type?: "local" | "session" | "page";
}>

Generated using TypeDoc