4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
|
|
/* ── IPNS Page Helpers ── */
|
||
|
|
|
||
|
|
export type Status = "idle" | "loading" | "success" | "error";
|