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