Type alias ArenaOwnerInfo

ArenaOwnerInfo: {
    owner_id: string;
    owner_slug?: string;
    owner_type: "Group" | "User";
}

Type declaration

  • owner_id: string
  • Optional owner_slug?: string
  • owner_type: "Group" | "User"

Generated using TypeDoc