Files
IPFS-portal/src/app/ipns/helpers.ts
T

4 lines
102 B
TypeScript
Raw Normal View History

/* ── IPNS Page Helpers ── */
export type Status = "idle" | "loading" | "success" | "error";