Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateGuestTokenRequest

This interface will show the structure to create guest token request

 export interface CreateGuestTokenRequest {
token: string;
}

Hierarchy

  • CreateGuestTokenRequest

Index

Properties

Properties

token: string

Generated using TypeDoc