Interface SQL

interface SQL {
    content?: string;
    dialect?: string;
}

Properties

Properties

content?: string
dialect?: string

Generated using TypeDoc