/** * This is auto-generated file, don't modify this file manually */ import { GroupsGroupFull } from '../groups/GroupsGroupFull'; import { UsersUserFull } from './UsersUserFull'; export declare type UsersSubscriptionsItem = UsersUserFull | GroupsGroupFull;