We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23d005 commit f63c031Copy full SHA for f63c031
packages/las-sdk-core/src/types/organization.ts
@@ -5,6 +5,7 @@ export type Organization = {
5
organizationId: string;
6
/* Attributes */
7
clientId: string;
8
+ code: string;
9
createdTime: Date;
10
description?: string | null;
11
documentRetentionInDays: number;
0 commit comments