Type Alias Errors

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

Properties

Properties

errors?: Error[]