/** * This is auto-generated file, don't modify this file manually */ export interface AdsPostOwner { /** * Owner id */ id?: number; /** * Name */ name?: string; /** * Photo url */ photo?: string; /** * Profile url */ url?: string; }