Type Alias ResponseErrors

type ResponseErrors = {
    errors?: Errors;
}
Index

Properties

Properties

errors?: Errors