Type alias GenericIssuanceFetchPretixProductsRequest

GenericIssuanceFetchPretixProductsRequest: {
    eventID: string;
    jwt: string;
    orgUrl: string;
    token: string;
}

Type declaration

  • eventID: string
  • jwt: string
  • orgUrl: string
  • token: string

Generated using TypeDoc