# InstallResult

Source: /tuil/docs/reference/packages/registry/api/install-result
Locale: en

interface exported by @mwillbanks/tuil-registry.



{/* Generated by tooling/docs/generate-reference.ts. */}

## interface [#interface]

Public interface exported by `@mwillbanks/tuil-registry`.

```ts
export interface InstallResult {
  readonly item: string;
  readonly created: readonly string[];
  readonly updated: readonly string[];
  readonly unchanged: readonly string[];
  readonly removed: readonly string[];
}
```

## Members [#members]

| Member      | Type                | Required | Description                                                   | Related types |
| ----------- | ------------------- | -------- | ------------------------------------------------------------- | ------------- |
| `item`      | `string`            | Yes      | The `item` member uses the `string` contract.                 | —             |
| `created`   | `readonly string[]` | Yes      | The `created` member uses the `readonly string[]` contract.   | —             |
| `updated`   | `readonly string[]` | Yes      | The `updated` member uses the `readonly string[]` contract.   | —             |
| `unchanged` | `readonly string[]` | Yes      | The `unchanged` member uses the `readonly string[]` contract. | —             |
| `removed`   | `readonly string[]` | Yes      | The `removed` member uses the `readonly string[]` contract.   | —             |

## Parameters [#parameters]

This declaration has no public members.

## Returns [#returns]

This declaration does not return a value.

## Throws [#throws]

No thrown errors are documented for this declaration.

## Related types [#related-types]

No package-local related types.

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/packages/registry/src/index.ts)

## Package [#package]

[@mwillbanks/tuil-registry](/tuil/docs/reference/packages/registry)
