Type alias GetLatestKeyRenewalAttemptResponse

GetLatestKeyRenewalAttemptResponse: {
    attempted_at: string;
    result: string;
} | null

Type declaration

  • attempted_at: string
  • result: string