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