UNPKG

@kwiz/common

Version:

KWIZ common utilities and helpers for M365 platform

4 lines (3 loc) 249 B
import { IGraphEventAttendee, IGraphEventUser } from "../../types/graph/calendar.types"; export declare function IsGraphEventUser(obj: any): obj is IGraphEventUser; export declare function IsGraphEventAttendee(obj: any): obj is IGraphEventAttendee;