1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-05-01 12:42:28 +02:00

4 lines
93 B
TypeScript

export default interface IModifyJobRecord {
recurrenceMs: number;
enabled: boolean;
}