Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOM authored and DOOM committed Jun 4, 2024
1 parent 9bd6a65 commit 22bf461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tgui/packages/tgui/interfaces/Records/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ export type GeneralRecord = {
export type CompCommon = {
// shared
authenticated: BooleanLike;
selected_target_name: string;
id_name: string;

// not shared but future record UI might have it too, so we will put it here.
// not shared but future record UI will most likely have it as well, I think it's fine to keep it here.
has_id: boolean;
selected_target_name: string;
human_mob_list: string[];
};

0 comments on commit 22bf461

Please sign in to comment.