Skip to content

Commit

Permalink
refactor: update packed
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Apr 9, 2024
1 parent 0027b04 commit 095bc78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/item/packedItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { ItemTag } from '@/itemTag/itemTag.js';

export type PackedInformation = {
permission: ItemMembership['permission'] | null;
hidden: ItemTag;
public: ItemTag;
hidden?: ItemTag;
public?: ItemTag;
};

/**
Expand Down

0 comments on commit 095bc78

Please sign in to comment.