MigrationResult
Public TypeAlias
Signature
type MigrationResult<T> =
| {
type: 'error'
reason: MigrationFailureReason
}
| {
type: 'success'
value: T
}
Public TypeAlias
type MigrationResult<T> =
| {
type: 'error'
reason: MigrationFailureReason
}
| {
type: 'success'
value: T
}