GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

FileLoaded

API/Type Aliases/FileLoaded
seyfert/lib/commands/handler.d.ts

Signature

export type FileLoaded<T = null> = {    default?: NulleableCoalising<T, HandleableCommand>;} & Record<string, NulleableCoalising<T, HandleableCommand>>;

Members

This export does not declare public properties or methods in the generated declaration file.