IGPAPI
    Preparing search index...

    Interface RecoverySendEmailResponse

    interface RecoverySendEmailResponse {
        body: string;
        can_recover_with_code: boolean;
        email: string;
        status: string;
        title: string;
        toast_message: null;
    }
    Index

    Properties

    body: string
    can_recover_with_code: boolean
    email: string
    status: string
    title: string
    toast_message: null