Interface StoryResponseOptions

interface StoryResponseOptions {
    client_context?: string;
    mutation_token?: string;
}

Hierarchy (view full)

Properties

client_context?: string
mutation_token?: string