()
| 25 | export interface MessageSnapshotOut extends SnapshotOut<typeof MessageModel> {} |
| 26 | export interface MessageSnapshotIn extends SnapshotIn<typeof MessageModel> {} |
| 27 | export const createMessageDefaultModel = () => types.optional(MessageModel, {}) |
nothing calls this directly
no outgoing calls
no test coverage detected