This interface will show the structure to create guest token request
export interface CreateGuestTokenRequest { token: string; }
Generated using TypeDoc
This interface will show the structure to create guest token request