import type * as ElevenLabs from "../index"; export interface DefaultSharingGroupConfig { /** The ID of the group to share with */ groupId: string; /** The permission level to grant to the group */ permissionLevel: ElevenLabs.DefaultSharingGroupConfigPermissionLevel; }