pub type CompletionFields = StringOrStringArray;
pub enum CompletionFields { StringValue(String), ArrayValue(Vec<String>), }