Type Alias FailRecord

FailRecord: {
    message: string;
    path: string;
}

A record indicating failed module registration.

Type declaration

  • message: string
    • Information about the failure.
  • path: string
    • The file path of the module that failed to register.