Type Alias ResponseErrors

type ResponseErrors = {
    errors?: dataConnections.Errors;
}
Index