/** * Documentation types follow the same structure as Description */ import type { StructuredText } from './description'; export type Documentation = StructuredText | string | null; //# sourceMappingURL=documentation.d.ts.map