E621
    Preparing search index...

    Interface VerifyTotpOptions

    interface VerifyTotpOptions {
        "[RawBodyShape]"?: {};
        authenticity_token: string;
        code: string;
    }

    Hierarchy (View Summary)

    Index
    "[RawBodyShape]"?: {}
    authenticity_token: string
    code: string