2023-02-23 21:08:31 +01:00

8 lines
116 B
Go

package settingsstate
type State struct {
DeletedIds []string
DeleterId string
LastIteratedId string
}