SongGuess
    Preparing search index...
    interface Env {
        ADMIN_PASSWORD: string;
        ADMIN_USER: string;
        ASSETS: {
            connect(
                address: string | SocketAddress,
                options?: SocketOptions,
            ): Socket;
            fetch(
                input: URL | RequestInfo,
                init?: RequestInit<CfProperties<unknown>>,
            ): Promise<Response>;
        };
        SongGuessAPI: DurableObjectNamespace<SongGuessAPI>;
        SongGuessServer: DurableObjectNamespace<SongGuessServer>;
        SOUNDCLOUD_CLIENT_ID: string;
        SOUNDCLOUD_CLIENT_SECRET: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ADMIN_PASSWORD: string
    ADMIN_USER: string
    ASSETS: {
        connect(
            address: string | SocketAddress,
            options?: SocketOptions,
        ): Socket;
        fetch(
            input: URL | RequestInfo,
            init?: RequestInit<CfProperties<unknown>>,
        ): Promise<Response>;
    }
    SOUNDCLOUD_CLIENT_ID: string
    SOUNDCLOUD_CLIENT_SECRET: string