Skip to content

Commit

Permalink
fix: set ContentTypeAPI in SharedEditorSDK (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold authored Jun 15, 2021
1 parent 70cc7da commit b9fa7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/api.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export interface SharedEditorSDK {
/** Allows to read and update the value of any field of the current entry and to get the entry's metadata */
entry: EntryAPI
/** Information about the content type of the entry. */
contentType: ContentType
contentType: ContentTypeAPI
}

type CrudAction = 'create' | 'read' | 'update' | 'delete'
Expand Down

0 comments on commit b9fa7fc

Please sign in to comment.