@public/client-core
    Preparing search index...

    Type Alias AuthResponse

    type AuthResponse = {
        data: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    data: string
    success: boolean