Template: data object
This commit is contained in:
parent
9a57350071
commit
301f237917
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
// TODO Add your events or remove the file completely if no events
|
||||
sealed interface ${NAME}Events {
|
||||
object MyEvent: ${NAME}Events
|
||||
data object MyEvent: ${NAME}Events
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue