LangInstanceAPI/Type Aliases/LangInstanceseyfert/lib/langs/handler.d.tsSignatureexport type LangInstance = { name: string; file: FileLoaded<Record<string, any>>; path?: string;};Properties3namefilepathMethods0No methods.Propertiesname#name: string;file#file: FileLoaded<Record<string, any>>;path#path?: string;