Documentation Index
Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt
Use this file to discover all available pages before exploring further.
StorageSettingsSection component
Props
storageUsage
StorageUsage | null
required
storageUsage
onRetentionChange
(days: number | null) => void
required
onRetentionChange
Usage
import { StorageSettingsSection } from '@/components/StorageSettingsSection';
export default function Example() {
return (
<StorageSettingsSection storageUsage={storageUsage} callRetentionDays={callRetentionDays} onRetentionChange={onRetentionChange} isUpdatingRetention={isUpdatingRetention} isLoadingStorage={isLoadingStorage} />
);
}