Caller: {
    email: string;
    firstName: string;
    id: number;
    lastName: string;
    permissionLevel: "admin" | "developer" | "editor" | "user";
    renderingId: number;
    requestId: string;
    role: string;
    tags: {
        [key: string]: string;
    };
    team: string;
    timezone: string;
}

Type declaration

  • email: string
  • firstName: string
  • id: number
  • lastName: string
  • permissionLevel: "admin" | "developer" | "editor" | "user"
  • renderingId: number
  • requestId: string
  • role: string
  • tags: {
        [key: string]: string;
    }
    • [key: string]: string
  • team: string
  • timezone: string