3 lines
69 B
TypeScript
3 lines
69 B
TypeScript
|
export default interface IFrontendSettings {
|
||
|
jobInterval: Date;
|
||
|
}
|