From afbce87586a2c36fdab55fb1120ed750516be7ab Mon Sep 17 00:00:00 2001 From: Yuriy Yakym Date: Mon, 21 Jul 2025 18:54:11 +0200 Subject: [PATCH] Specify `demo_at` prop on License interface --- src/types/License.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/License.ts b/src/types/License.ts index 330340a4..2be5b945 100644 --- a/src/types/License.ts +++ b/src/types/License.ts @@ -47,6 +47,7 @@ export interface License extends LicenseRef { * At the end of this period, a new invoice will be created. */ current_period_end: string | null; + demo_at: string | null; demo_content_created_at: string | null; demo_content_deleted_at: string | null; display_name: string;