We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
demo_at
1 parent f7ebf18 commit afbce87Copy full SHA for afbce87
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