import { StoryFormatEntry } from "./StoryFormatEntry.js"; // Type: Type definition export interface OfficialDatabase { twine2: StoryFormatEntry[]; twine1: StoryFormatEntry[]; }