mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-14 04:42:56 +00:00
refactor: migrate to strict template checking
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import {Component, Input} from '@angular/core';
|
||||
import {SCThingOrigin} from '@openstapps/core';
|
||||
import {SCThingUserOrigin, SCThingRemoteOrigin} from '@openstapps/core';
|
||||
|
||||
/**
|
||||
* TODO
|
||||
@@ -26,5 +26,5 @@ export class OriginDetailComponent {
|
||||
/**
|
||||
* TODO
|
||||
*/
|
||||
@Input() origin: SCThingOrigin;
|
||||
@Input() origin: SCThingUserOrigin | SCThingRemoteOrigin;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user