mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
8 lines
267 B
TypeScript
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
|