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

    Interface ErApiResponse

    interface ErApiResponse {
        data?: string[];
        from: string;
        hasil?: string;
        status: number;
    }
    Index

    Properties

    Properties

    data?: string[]
    from: string
    hasil?: string
    status: number