export default interface Body { rencana: [Date | string, Date | string]; realisasi: null | [Date | string, Date | string]; }