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