export interface ActorsMap { /** * The user account ID of the user to add. */ user?: Array; /** * The name of the group to add. */ group?: Array; } //# sourceMappingURL=ActorsMap.d.ts.map