Interface InputStoryAreaTypePreviousVenue

An area pointing to a venue already added to the story. Subtype of InputStoryAreaType.

interface InputStoryAreaTypePreviousVenue {
    @type: "inputStoryAreaTypePreviousVenue";
    venue_id: string;
    venue_provider: string;
}

Properties

@type: "inputStoryAreaTypePreviousVenue"
venue_id: string

Identifier of the venue in the provider database.

venue_provider: string

Provider of the venue.