interface ProseMirrorHistory {
    step: Step;
    userId: string;
}

Properties

Properties

step: Step

The step that was submitted.

userId: string

The ID of the user who submitted the step.