updated
の設定のみ省略した updated
を取得できないからsample.tsimport { parseDeck } from "./mod.ts";
import { getTable } from "../scrapbox-userscript-std/rest.ts";
import { NotFoundError, NotMemberError, NotLoggedInError } from "../scrapbox-jp%2Ftypes/rest.ts";
const result = getTable(project, title, "deck");
if (result.ok) {
const parsed = parseDeck(result.value);
}