ContentShareDTO.ets 189 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 export interface ContentShareDTO { id?: number; shareSwitch: number; contentId?: number; sharePicture: string; fullUrl: string; shareTitle: string; shareDescription: string; }