Package-level declarations

Inherited functions

Link copied to clipboard
Link copied to clipboard
fun DocumentEntity.toModel(content: Map<Int, StoryStep> = emptyMap()): Document
fun StoryStepEntity.toModel(steps: List<StoryStepEntity> = emptyList(), nameToType: (String) -> StoryType = { typeName -> StoryTypes.fromName(typeName).type }): StoryStep