UNPKG

xapi-activities

Version:
9 lines (8 loc) 228 B
import ClientModel from '../../models/ClientModel'; interface Options { readonly client: ClientModel; readonly ifMatch?: string; readonly activityId: string; readonly profileId: string; } export default Options;