PathOrAbstractFile
A path or an abstract file.
Import:
import type { PathOrAbstractFile } from 'obsidian-dev-utils/obsidian/file-system';Signature:
export type PathOrAbstractFileSignature:
type PathOrAbstractFile = string | TAbstractFileType: string | TAbstractFile
Links to this page: