view data fixes
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export interface OnboardingViewModel {
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
|
||||
export interface OnboardingViewModel extends ViewModel {
|
||||
isAlreadyOnboarded: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user