type Period = {
    id: string,
    text: string,
    value: string[]
}