Interface EventFilter

interface EventFilter {
    account?: string;
    type: string;
}

Properties

Properties

account?: string
type: string