SongGuess
    Preparing search index...

    Interface KVNamespaceGetOptions<Type>

    interface KVNamespaceGetOptions<Type> {
        cacheTtl?: number;
        type: Type;
    }

    Type Parameters

    • Type
    Index

    Properties

    Properties

    cacheTtl?: number
    type: Type