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