Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateGuestTokenPayload

This interface will show the structure to CreateGuestTokenPayload

 export interface CreateGuestTokenPayload {
user_id: string;
}

Hierarchy

  • CreateGuestTokenPayload

Index

Properties

Properties

user_id: string

Generated using TypeDoc