Skip to content

Commit afbce87

Browse files
committed
Specify demo_at prop on License interface
1 parent f7ebf18 commit afbce87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/License.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export interface License extends LicenseRef {
4747
* At the end of this period, a new invoice will be created.
4848
*/
4949
current_period_end: string | null;
50+
demo_at: string | null;
5051
demo_content_created_at: string | null;
5152
demo_content_deleted_at: string | null;
5253
display_name: string;

0 commit comments

Comments
 (0)