ModuleStartupResult
Home > @backstage/backend-app-api > ModuleStartupResult
Result of a module startup attempt.
Signature:
export interface ModuleStartupResult
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
{ error: Error; allowed: boolean; } |
(Optional) If the startup failed, this contains information about the failure. | ||
|
string |
The ID of the module. | ||
|
Date |
The time the module startup was completed. |