InitialCopyimport type { Initial } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/datum.ts";The Initial state represents a datum that has not been loaded yet. type Initial = {readonly tag: "Initial"; };§Type§{readonly tag: "Initial"; }[src]