Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface StorageOptions

    interface StorageOptions {
        defaultTTL: number;
        encryptionKey?: string;
        namespace?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    defaultTTL: number
    encryptionKey?: string
    namespace?: string