SongGuess
    Preparing search index...

    Interface FacetStartupOptions<T>

    interface FacetStartupOptions<
        T extends DurableObjectBranded
        | undefined = undefined,
    > {
        class: DurableObjectClass<T>;
        id?: string | DurableObjectId;
    }

    Type Parameters

    Index

    Properties

    Properties

    id?: string | DurableObjectId