Er-Api SDK - v1.0.7
    Preparing search index...

    Interface AIResponse

    interface AIResponse {
        from: string;
        hasil: string;
        status: number;
    }
    Index

    Properties

    Properties

    from: string
    hasil: string
    status: number