interface FilePositionRe-exportimport { type FilePosition } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js"; Propertiesurl: stringURL for the source file. optionalfile: stringAbsolute path to the source file. line: numberLine of inclusive start position in source file. column: numberColumn of inclusive start position in source file. optionalendLine: numberLine of exclusive end position in source file. optionalendColumn: numberColumn of exclusive end position in source file. optionalsource: stringSource code.