import { UserCustomStateType } from './user-custom-state'; export interface UserCustomStateUpdatedEvent { s: UserCustomStateType; }