Skip to content

Commit f63c031

Browse files
committed
Update
1 parent d23d005 commit f63c031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/las-sdk-core/src/types/organization.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export type Organization = {
55
organizationId: string;
66
/* Attributes */
77
clientId: string;
8+
code: string;
89
createdTime: Date;
910
description?: string | null;
1011
documentRetentionInDays: number;

0 commit comments

Comments
 (0)