Skip to content
# Interface: PositionedComment

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

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:7


comments ​

comments: string[]

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

Released under the MIT License.