()
| 349 | export interface UserStoreSnapshotOut extends SnapshotOut<typeof UserStoreModel> {} |
| 350 | export interface UserStoreSnapshotIn extends SnapshotIn<typeof UserStoreModel> {} |
| 351 | export const createUserStoreDefaultModel = () => types.optional(UserStoreModel, {}) |
nothing calls this directly
no outgoing calls
no test coverage detected