Type Alias Errors

A representation of the errors encountered from the HTTP request.

type Errors = {
    errors?: Error[];
}
Index

Properties

Properties

errors?: Error[]