I have an array
const frequencyOptions = ['Daily', 'Weekly', 'Monthly'];
I need to set Typescript Type to another array that can contain values from the options array only like
let frequencyValues = ['Daily', 'Weekly'] // can be any combination of options array