SongGuess
    Preparing search index...
    interface DurableObjectId {
        jurisdiction?: string;
        name?: string;
        equals(other: DurableObjectId): boolean;
        toString(): string;
    }
    Index

    Properties

    jurisdiction?: string
    name?: string

    Methods

    • Returns string