Type Alias ErrorResponseBody

type ErrorResponseBody = {
    errors?: ServiceError[];
}
Index
errors?: ServiceError[]