# Interface: IActivityStreamsQuestionAnyOfChoice

Represents a Question with an inclusive list of possible answers, but not an exclusive list.

## Properties

### anyOf {#anyof}

> **anyOf**: `ObjectOrArray`\<`IJsonLdNodeObject`\>

Specifies an inclusive list of possible answers.

#### See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-anyof

***

### oneOf? {#oneof}

> `optional` **oneOf?**: `undefined`

Specifies an exclusive list of possible answers.

#### See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-oneof
