Исправлены ошибки линтера
This commit is contained in:
parent
c00f64b7bb
commit
ec5bd25f4a
1 changed files with 1 additions and 3 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
import { RssListenerParams } from "../rsslistener/rsslistener-params";
|
|
||||||
|
|
||||||
export type MailListenerParams = {
|
export type MailListenerParams = {
|
||||||
issueNumberParser: string;
|
issueNumberParser: string;
|
||||||
imapSimpleConfig: Record<string, any>;
|
imapSimpleConfig: Record<string, any>;
|
||||||
updateInterval: number;
|
updateInterval: number;
|
||||||
boxName: string;
|
boxName: string;
|
||||||
}
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue