Type Alias Get
type Get = {
exclude?: Iterable<keyof TJSPositionData>;
keys?: Iterable<keyof TJSPositionData>;
nullable?: boolean;
numeric?: boolean;
}
exclude?: Iterable<keyof TJSPositionData>;
keys?: Iterable<keyof TJSPositionData>;
nullable?: boolean;
numeric?: boolean;
}
Options for TJSPosition.get.