/** * An *organization_export* request starts a job to export the complete data of the given Organization. */ export declare type OrganizationExportRequest = { /** * Globally unique identifier for the workspace or organization. */ organization?: string; };