/** * The `spec` section of a PreQL `Preamble`. * * @see /source/APIObjectKinds/Preamble/kind. */ export default interface Spec { /** * The text to be commented out. */ uncommentedText: string; } //# sourceMappingURL=spec.d.ts.map