Type alias UnexpectedError

UnexpectedError: Omit<BaseError, "status"> & {
    details: IAny[];
}

Type declaration