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

    Interface SearchResponse

    interface SearchResponse {
        from: string;
        hasil: (string | SearchItem)[];
        status: number;
    }
    Index

    Properties

    Properties

    from: string
    hasil: (string | SearchItem)[]
    status: number