lemmy-js-client
    Preparing search index...

    Type Alias CaptchaResponse

    A captcha response.

    type CaptchaResponse = {
        png: string;
        uuid: string;
        wav: string;
    }
    Index

    Properties

    Properties

    png: string

    A Base64 encoded png

    uuid: string

    The UUID for the captcha item.

    wav: string

    A Base64 encoded wav audio