Interface for the input parameters specific to the Fake List model.

interface FakeListInput {
    responses: string[];
    sleep?: number;
}

Hierarchy (view full)

Properties

Properties

responses: string[]

Responses to return

sleep?: number

Time to sleep in milliseconds between responses

Generated using TypeDoc