get_snapshot_status.d.ts 521 B

1234567891011121314151617
  1. /**
  2. * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
  3. *
  4. * This source code is licensed under the MIT license found in the
  5. * LICENSE file in the root directory of this source tree.
  6. */
  7. declare const _default: (snapshot: {
  8. added: number;
  9. fileDeleted: boolean;
  10. matched: number;
  11. unchecked: number;
  12. uncheckedKeys: string[];
  13. unmatched: number;
  14. updated: number;
  15. }, afterUpdate: boolean) => string[];
  16. export default _default;
  17. //# sourceMappingURL=get_snapshot_status.d.ts.map