Skip to content

Commit

Permalink
chore: add marker prop to BlockEntity interface
Browse files Browse the repository at this point in the history
  • Loading branch information
benjypng authored and andelf committed Oct 5, 2023
1 parent 088ca5e commit 1c0e18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/src/LSPlugin.ts
Expand Up @@ -192,6 +192,7 @@ export interface BlockEntity {
level?: number
meta?: { timestamps: any; properties: any; startPos: number; endPos: number }
title?: Array<any>
marker?: string
}

/**
Expand Down

0 comments on commit 1c0e18d

Please sign in to comment.