UNPKG

bugyo-cloud-client

Version:
10 lines (9 loc) 176 B
export type ClockType = "ClockIn" | "ClockOut"; /** * 打刻情報 */ export interface PunchInfo { clockType: ClockType; latitude?: number; longitude?: number; }