Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StorageRuleType

import type { StorageRuleType } from "https://aws-api.deno.dev/v0.4/services/workdocs.ts?docs=full";

Describes the storage for a user.

interface StorageRuleType {
StorageAllocatedInBytes?: number | null;
StorageType?: StorageType | null;
}

§Properties

§
StorageAllocatedInBytes?: number | null
[src]

The amount of storage allocated, in bytes.

§
StorageType?: StorageType | null
[src]

The type of storage.