Skip to content

Commit

Permalink
[mutator] Export MutationParams type
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Feb 19, 2020
1 parent f49ada0 commit 68a80c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/mutator/src/document/Mutation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {Doc, Mut} from './types'
// A mutation describing a number of operations on a single document
// This should be considered an immutable structure. Mutations are compiled
// on first application, and any changes in properties will not effectively
type MutationParams = {
export type MutationParams = {
transactionId?: string
transition?: string
identity?: string
Expand Down

0 comments on commit 68a80c9

Please sign in to comment.