You've already forked isop-mirror
fix: update CompanyData types
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
|
import type { User } from "./user";
|
||||||
|
|
||||||
export interface CompanyData {
|
export interface CompanyData {
|
||||||
id: number;
|
id: number;
|
||||||
name: string;
|
name: string;
|
||||||
address: string;
|
address: string;
|
||||||
ico: number;
|
ico: number;
|
||||||
contact: number;
|
contact: User;
|
||||||
hiring: boolean;
|
hiring: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user