Type Alias GetLatestKeyRenewalAttemptResponse

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