export interface IReplyObject { id: string; title: string; description?: string; } //# sourceMappingURL=IReplyObject.d.ts.map