Skip to main content

Type Alias: CallArg

type CallArg = 
| {
Pure: number[];
}
| {
Object: ObjectArg;
};