Skip to content

Commit 627510b

Browse files
authored
Merge pull request #385 from prezly/feature/license-demo_at-prop
[DEV-21104] Feature - Specify `demo_at` prop on License interface
2 parents f7ebf18 + afbce87 commit 627510b

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)