Type alias ParseValueListOptions

ParseValueListOptions: {
    arrayOnSingleValue?: boolean;
    joinValue?: string;
} & ParseValueOptions