maksit-certs-ui/src/ClientApp/models/letsEncryptServer/account/responses/GetHostnameResponse.ts

7 lines
128 B
TypeScript

export interface GetHostnameResponse {
hostname: string
expires: string
isUpcomingExpire: boolean
isDisabled: boolean
}