Skip to content

@my-swu/simulator-client


@my-swu/simulator-client / JoinLimitedEventRequest

Interface: JoinLimitedEventRequest

Defined in: packages/ts-sdk/src/generated/types/join-limited-event-request.ts:6

Empty request body for joining one limited event.

Example:

ts
import type { JoinLimitedEventRequest } from '@my-swu/simulator-client'

const 
joinLimitedEventRequest
: JoinLimitedEventRequest = {}
console
.
log
(
joinLimitedEventRequest
)

Indexable

[k: string]: unknown

Released under the MIT License.