# Interface: ValidationResult

Result of validating all registered resources against the environment.

## Properties[​](#properties "Direct link to Properties")

### all[​](#all "Direct link to all")

```ts
all: ResourceEntry[];

```

Complete list of all registered resources (required and optional)

***

### missing[​](#missing "Direct link to missing")

```ts
missing: ResourceEntry[];

```

List of missing required resources

***

### valid[​](#valid "Direct link to valid")

```ts
valid: boolean;

```

Whether all required resources are available
