import type { WorkspaceCompact } from './WorkspaceCompact'; export declare type WorkspaceResponse = (WorkspaceCompact & { /** * The email domains that are associated with this workspace. */ email_domains?: Array; /** * Whether the workspace is an *organization*. */ is_organization?: boolean; });