ASF - v1.0.0
    Preparing search index...

    Interface APIResponse

    interface APIResponse {
        error: boolean;
        data: any;
    }
    Index

    Properties

    Properties

    error: boolean
    data: any