Skip to content

Commit

Permalink
Correct type for SafeToRemoveRevokedKeyFromDNS (from string to boolea…
Browse files Browse the repository at this point in the history
…n) (#158)
  • Loading branch information
cameroncf authored Jun 20, 2024
1 parent 8764995 commit bb62f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/models/domains/Domain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface DomainDetails extends Domain {
DKIMPendingTextValue: string;
DKIMRevokedHost: string;
DKIMRevokedTextValue: string;
SafeToRemoveRevokedKeyFromDNS: string;
SafeToRemoveRevokedKeyFromDNS: boolean;
DKIMUpdateStatus: string;
ReturnPathDomain: string;
ReturnPathDomainCNAMEValue: string;
Expand Down

0 comments on commit bb62f05

Please sign in to comment.