Skip to content

Commit

Permalink
Merge pull request #97 from Arturexe/master
Browse files Browse the repository at this point in the history
TRNTYUI-791
  • Loading branch information
adelholtz authored Mar 11, 2024
2 parents 529a1bb + 86c0b9a commit 8fc28e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ export interface JsonResponseDataBasicUser extends Result {
export interface JsonResponseDataBillingEvent extends Result {
data: DomainRobotModels.BillingEvent[];
}
export interface JsonResponseDataBillingEventBulk extends Result {
data: DomainRobotModels.BillingEvent[][];
}
export interface JsonResponseDataBillingLimit extends Result {
data: DomainRobotModels.BillingLimit[];
}
Expand Down Expand Up @@ -315,6 +318,9 @@ export interface JsonResponseDataServiceUsersProfile extends Result {
export interface JsonResponseDataSubjectProduct extends Result {
data: DomainRobotModels.SubjectProduct[];
}
export interface JsonResponseDataSubjectProductBulk extends Result {
data: DomainRobotModels.SubjectProduct[][];
}
export interface JsonResponseDataContactVerification extends Result {
data: DomainRobotModels.ContactVerification[];
}
Expand Down

0 comments on commit 8fc28e9

Please sign in to comment.