We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7ebf18 + afbce87 commit 627510bCopy full SHA for 627510b
src/types/License.ts
@@ -47,6 +47,7 @@ export interface License extends LicenseRef {
47
* At the end of this period, a new invoice will be created.
48
*/
49
current_period_end: string | null;
50
+ demo_at: string | null;
51
demo_content_created_at: string | null;
52
demo_content_deleted_at: string | null;
53
display_name: string;
0 commit comments