Skip to content

Commit

Permalink
Merge branch 'extending-result-models'
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Dec 11, 2024
2 parents 3439424 + 0e72d86 commit 93c0848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core/models/log.models.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LiteralUnion, MapiAction, MapiType, MigrationItemType } from '../index.js';
import { MapiAction, MapiType, MigrationItemType } from '../index.js';

export type DebugType =
| 'error'
Expand All @@ -17,7 +17,7 @@ export type DebugType =
| MapiAction;

export interface LogMessage {
readonly type?: LiteralUnion<DebugType>;
readonly type?: DebugType;
readonly message: string;
}

Expand Down

0 comments on commit 93c0848

Please sign in to comment.