Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
xrutayisire committed Jan 13, 2025
1 parent 6f13de5 commit 139900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/manager/src/managers/prismicRepository/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export type AllChangeTypes =
| CustomTypeInsertChange
| CustomTypeUpdateChange
| CustomTypeDeleteChange;
export interface PushBody extends Record<string, unknown> {
export interface PushBody {
confirmDeleteDocuments: boolean;
changes: AllChangeTypes[];
}
Expand Down

0 comments on commit 139900d

Please sign in to comment.