import { Segments } from './Segments'; /** updateAudienceSegments */ export interface UpdateAudienceSegments { /** segments[] */ segments?: Array; }