@lands.io/mod-sdk / ModHudV1ChecklistItem Interface: ModHudV1ChecklistItem¶ Table of contents¶ Properties¶ done text Properties¶ done¶ • Optional done: boolean text¶ • text: string Source Code¶ View full implementation export interface ModHudV1ChecklistItem { text: string; done?: boolean; }