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

Properties

Properties

userId: string

The ID of the user who submitted the step.

step: Step

The step that was submitted.