UNPKG

@xmobitea/gn-typescript-client

Version:

GearN Typescript Client SDK by XmobiTea (Pro)

2 lines (1 loc) 68 B
export type Action3<T1, T2, T3> = (t1: T1, t2: T2, t3: T3) => void;