Interface IErrorDialogComponent<Error>

interface IErrorDialogComponent<Error = any> {
    error: Error;
}

Type Parameters

  • Error = any

Implemented by

Properties

Properties

error: Error