Type Alias ErrorResponse

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