/**
 * Document wasn't modified
 */
type DocumentNotModified = 'not_modified';

export type { DocumentNotModified };
