import type { EmptyObj } from '#types/utils'; /** * Ping `/v1/time` Response * * @category Kuma - Get Ping */ export type RestResponseGetPing = EmptyObj; //# sourceMappingURL=GetPing.d.ts.map