Commit a9febf8c authored by Neosoulink's avatar Neosoulink
Browse files

fix: house prop type

parent c108db5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ export interface UserInterface {
		countryId: number;
		countryName: string;
		createdAt: string;
		house: 1;
		house: string;
		id: string;
		notes: string | null;
		postcode: string | null;