/** * This is auto-generated file, don't modify this file manually */ export interface GroupsLiveCovers { /** * Information whether live covers is enabled */ is_enabled?: boolean; /** * Information whether live covers photo scaling is enabled */ is_scalable?: boolean; story_ids?: string[]; }