import { type IssueFile } from "https://deno.land/x/bids_validator@v1.15.0/types/issues.ts";
File allowing extra context for the issue found
definition: Omit<BIDSFile, "readBytes"> & { evidence?: string; line?: number; character?: number; }
import { type IssueFile } from "https://deno.land/x/bids_validator@v1.15.0/types/issues.ts";
File allowing extra context for the issue found