Skip to content
# Interface: PositionedComment

Defined in: packages/core/src/models/SqlComponent.ts:4

Represents a comment with its position relative to a token or component

Properties

position

position: "before" | "after"

Defined in: packages/core/src/models/SqlComponent.ts:5


comments

comments: string[]

Defined in: packages/core/src/models/SqlComponent.ts:6

Released under the MIT License.