Type Alias ErrorResponseBody

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

Properties

Properties

errors?: ServiceError[]