UNPKG

@egalteam/framework-react-native

Version:

Egal

7 lines (6 loc) 225 B
export interface ParametersInterface { filter?: (string | object)[]; attributes?: (string | number | object)[] | object; objects?: (string | number | object)[] | object; ids?: (string | number | object)[] | object; }