# GradeOptions

Defined in: [src/testing.ts:32](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L32)

Options for `grade`.

## Type Parameters

| Type Parameter |
| -------------- |
| `T`            |

## Properties

| Property      | Modifier   | Type                                                            | Description                                                       | Defined in                                                                                                                     |
| ------------- | ---------- | --------------------------------------------------------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| []()`seenAs?` | `readonly` | `Projection`<`T`>                                               | What the model sees of each fixture’s subject.                    | [src/testing.ts:34](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L34) |
| []()`policy?` | `readonly` | [`PartialPolicy`](/Jevlish/reference/interfaces/partialpolicy/) | Thresholds for this grading run, layered on the runtime’s policy. | [src/testing.ts:36](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L36) |