interface APIErrorType {
    data: { errorCode: number; message: string };
}

Properties

Properties

data: { errorCode: number; message: string }