From 3daade322c84d4f01feb021e4b97c658450c2d5d Mon Sep 17 00:00:00 2001 From: Sandwich <299465+dskvr@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:18:59 +0700 Subject: [PATCH] export retention details pain to use without being available as an export. --- nip11.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nip11.ts b/nip11.ts index 65d3e84..4854726 100644 --- a/nip11.ts +++ b/nip11.ts @@ -126,7 +126,7 @@ export interface Limitations { restricted_writes: boolean } -interface RetentionDetails { +export interface RetentionDetails { kinds: (number | number[])[] time?: number | null count?: number | null