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

UserStorageMetadata

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

Describes the storage for a user.

interface UserStorageMetadata {
StorageRule?: StorageRuleType | null;
StorageUtilizedInBytes?: number | null;
}

§Properties

§
StorageRule?: StorageRuleType | null
[src]

The storage for a user.

§
StorageUtilizedInBytes?: number | null
[src]

The amount of storage used, in bytes.