57 lines
981 B
Markdown
57 lines
981 B
Markdown
# Interface: MigrationsJson
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [collection](../../devkit/documents/MigrationsJson#collection)
|
|
- [generators](../../devkit/documents/MigrationsJson#generators)
|
|
- [name](../../devkit/documents/MigrationsJson#name)
|
|
- [packageJsonUpdates](../../devkit/documents/MigrationsJson#packagejsonupdates)
|
|
- [schematics](../../devkit/documents/MigrationsJson#schematics)
|
|
- [version](../../devkit/documents/MigrationsJson#version)
|
|
|
|
## Properties
|
|
|
|
### collection
|
|
|
|
• `Optional` **collection**: `string`
|
|
|
|
---
|
|
|
|
### generators
|
|
|
|
• `Optional` **generators**: `Object`
|
|
|
|
#### Index signature
|
|
|
|
▪ [name: `string`]: `MigrationsJsonEntry`
|
|
|
|
---
|
|
|
|
### name
|
|
|
|
• `Optional` **name**: `string`
|
|
|
|
---
|
|
|
|
### packageJsonUpdates
|
|
|
|
• `Optional` **packageJsonUpdates**: `PackageJsonUpdates`
|
|
|
|
---
|
|
|
|
### schematics
|
|
|
|
• `Optional` **schematics**: `Object`
|
|
|
|
#### Index signature
|
|
|
|
▪ [name: `string`]: `MigrationsJsonEntry`
|
|
|
|
---
|
|
|
|
### version
|
|
|
|
• `Optional` **version**: `string`
|