LogoLogo
search
⌘Ctrlk
Home
  • book-openDocumentation
  • gearDevelopers
LogoLogo
  • The Venue Developer Documentation
  • reactNext.js SDK
    • React Components
    • reference
      • Index
      • functions
      • interfaces
      • type-aliases
        • ContentStyles
        • Event
        • GetEventData
        • GetEventError
        • GetEventResponse
        • GetEventsData
        • GetEventsError
        • GetEventsResponse
        • GetPageData
        • GetPageError
        • GetPageResponse
        • GetPagesData
        • GetPagesError
        • GetPagesResponse
        • GetProductData
        • GetProductError
        • GetProductResponse
        • GetProductsData
        • GetProductsError
        • GetProductsResponse
        • GetProfileData
        • GetProfileError
        • GetProfileEventsData
        • GetProfileEventsError
        • GetProfileEventsResponse
        • GetProfileResponse
        • GetProfilesData
        • GetProfilesError
        • GetProfilesResponse
        • GetSiteData
        • GetSiteError
        • GetSiteResponse
        • LocalizedContent
        • Location
        • MediaItem
        • NodeHandler
        • Page
        • Product
        • ProductVariant
        • Profile
        • Site
        • SiteSettings
        • TicketOnEvent
        • publishState
        • recordType
  • jsTypeScript SDK
  • flask-gearREST API
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. reactNext.js SDKchevron-right
  2. referencechevron-right
  3. type-aliases

Event

@venuecms/sdk-next


hashtag
Type Alias: Event

type Event = object;

Defined in: sdk/dist/index.d.mts:141arrow-up-right

hashtag
Type declaration

Name
Type
Defined in

artists

object[]

sdk/dist/index.d.mts:152arrow-up-right

custom?

CustomSchemaDataarrow-up-right[]

sdk/dist/index.d.mts:157arrow-up-right

description?

string | null

sdk/dist/index.d.mts:144arrow-up-right

endDate

string

sdk/dist/index.d.mts:148arrow-up-right

hasTime

boolean

sdk/dist/index.d.mts:149arrow-up-right

id

string

sdk/dist/index.d.mts:142arrow-up-right

image?

MediaItem

sdk/dist/index.d.mts:146arrow-up-right

localizedContent

LocalizedContent[]

sdk/dist/index.d.mts:158arrow-up-right

location?

Location

sdk/dist/index.d.mts:151arrow-up-right

publishState

"DRAFT" | "REQUEST" | "PUBLISHED" | "CANCELLED"

sdk/dist/index.d.mts:150arrow-up-right

siteId

string

sdk/dist/index.d.mts:143arrow-up-right

slug

string

sdk/dist/index.d.mts:145arrow-up-right

startDate

string

sdk/dist/index.d.mts:147arrow-up-right

tags?

Tagarrow-up-right[]

sdk/dist/index.d.mts:156arrow-up-right

tickets?

TicketOnEvent[]

sdk/dist/index.d.mts:155arrow-up-right

Last updated 2 months ago

  • Type Alias: Event
  • Type declaration