Roo-Code/src/shared/cloud.ts
2025-08-13 01:40:00 -07:00

8 lines
267 B
TypeScript

import { CloudUserInfo, OrganizationAllowList, ShareVisibility } from "@roo-code/cloud"
export type { CloudUserInfo, OrganizationAllowList, ShareVisibility }
export const ORGANIZATION_ALLOW_ALL: OrganizationAllowList = {
allowAll: true,
providers: {},
} as const