172
edits
(→WebIDL) |
(→WebIDL) |
||
Line 35: | Line 35: | ||
}; | }; | ||
dictionary | dictionary LogFindFilter { | ||
DOMString? contactId; | DOMString? contactId; | ||
Date? from; | Date? from; | ||
Date? to; | Date? to; | ||
DOMString? service; | DOMString? service; | ||
DOMString? type; | |||
}; | }; | ||
edits