Values.CitationSpanSourceContains information about where the text with a citation begins and ends in the generated output.
type nonrec t = {beginOffsetInclusive : CitationSpanOffset.t option;Where the text with a citation starts in the generated output.
*)endOffsetExclusive : CitationSpanOffset.t option;Where the text with a citation ends in the generated output.
*)}