Axinom Mosaic Libraries
    Preparing search index...

    Interface UserProfileActivateResponse

    Represents the response for a setActiveProfile request.

    interface UserProfileActivateResponse {
        code: "SUCCESS" | "ERROR";
        details?: Record<string, unknown>;
        message?: string;
    }
    Index

    Properties

    code: "SUCCESS" | "ERROR"
    details?: Record<string, unknown>
    message?: string