interface IEitherError {
    result: LitError;
    type: "ERROR";
}

Properties

Properties

result: LitError
type