type alias StandardizedFilePathimport { type StandardizedFilePath } from "https://deno.land/x/ts_morph@16.0.0/common/mod.ts"; Nominal type to denote a file path that has been standardized. definition: string & { _standardizedFilePathBrand: undefined; }