-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathobjectProperty.test.ts.snap
More file actions
40 lines (37 loc) · 1.19 KB
/
Copy pathobjectProperty.test.ts.snap
File metadata and controls
40 lines (37 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`object property 1`] = `
"/**
* Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
*
* This source code is licensed under the license found in the LICENSE file in
* the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
*
* This source code is licensed under the license found in the LICENSE file in
* the root directory of this source tree.
*/
const obj = {
/**
* @param {object} [filters]
* @param {string} [filters.searchInput]
* @param {boolean} [filters.isActive]
* @param {boolean} [filters.isPerson]
* @param {import("../types").IdentityStatus} [filters.identityStatuses]
* @param {string} [filters.lastActivityFrom] YYYY-MM-DD
* @param {string} [filters.lastActivityTo]
* @param {string} [filters.registeredFrom]
* @param {string} [filters.registeredTo]
* @param {number} [filters.skip]
* @param {number} [filters.take]
* @param {string} [filters.orderBy]
* @param {boolean} [filters.orderDesc]
* @returns {import("axios").AxiosResponse<
* import("../types").ResellerUserIntroduced[]
* >}
*/
a(filters) {},
};
"
`;