# Interface: IActivityStreamsQuestionNeitherChoice

Represents a Question with neither anyOf nor oneOf.

## Properties

### anyOf? {#anyof}

> `optional` **anyOf?**: `undefined`

Specifies an inclusive list of possible answers.

***

### oneOf? {#oneof}

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

Specifies an exclusive list of possible answers.
