//#region src/namespaces/wfw/common/types.d.ts
declare namespace WfwNs {
  type Item = {
    comment?: string;
    commentRss?: string;
  };
}
//#endregion
export { WfwNs };