Interface GetTimeResponse

interface GetTimeResponse {
    time: string | Date;
}

Properties

Properties

time: string | Date

Generated using TypeDoc