@itd-api/testing / MockServerSnapshot
Interface: MockServerSnapshot
Defined in: packages/testing/src/server/contracts.ts:87
Properties
comments
ts
readonly comments: readonly MockCommentSnapshot[];Defined in: packages/testing/src/server/contracts.ts:90
notifications
ts
readonly notifications: readonly MockNotificationSnapshot[];Defined in: packages/testing/src/server/contracts.ts:91
posts
ts
readonly posts: readonly MockPostSnapshot[];Defined in: packages/testing/src/server/contracts.ts:89
shopOrders
ts
readonly shopOrders: readonly MockShopOrderSnapshot[];Defined in: packages/testing/src/server/contracts.ts:93
shopProducts
ts
readonly shopProducts: readonly Readonly<ShopProduct>[];Defined in: packages/testing/src/server/contracts.ts:92
users
ts
readonly users: readonly MockUserSnapshot[];Defined in: packages/testing/src/server/contracts.ts:88