mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2025-12-31 04:00:03 +01:00
7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
export interface GetHostnameResponse {
|
|
hostname: string
|
|
expires: string
|
|
isUpcomingExpire: boolean
|
|
isDisabled: boolean
|
|
}
|