Skip to content

Commit b749ac4

Browse files
author
Colm Doyle
committed
merge conflict
2 parents e9d77bb + f478851 commit b749ac4

File tree

2 files changed

+8
-3703
lines changed

2 files changed

+8
-3703
lines changed

lib/company.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@ export default class Company {
149149
}
150150

151151
interface CreateCompanyData {
152-
createdAt: Timestamp;
152+
createdAt?: Timestamp;
153153
companyId: string;
154-
name: string;
155-
monthlySpend: number;
156-
plan: string;
157-
size: number;
158-
website: string;
159-
industry: string;
160-
customAttributes: JavascriptObject;
154+
name?: string;
155+
monthlySpend?: number;
156+
plan?: string;
157+
size?: number;
158+
website?: string;
159+
industry?: string;
160+
customAttributes?: JavascriptObject;
161161
}
162162
//
163163
type UpdateCompanyData = CreateCompanyData;

0 commit comments

Comments
 (0)