UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

7 lines (5 loc) 153 B
import { ICertificate } from '@spinnaker/core'; export interface ITencentcloudCertificate extends ICertificate { arn: string; uploadDate: number; }