test: Implement tests for get trial status graphQL query

This commit is contained in:
Faruk AYDIN
2023-10-19 01:06:41 +02:00
parent 6d6b77148d
commit 59770c80db
2 changed files with 118 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ export interface IUser {
permissions: IPermission[];
createdAt: string | Date;
updatedAt: string | Date;
trialExpiryDate: string | Date;
}
export interface IRole {