Interface AppEventSubscriptionSelector

interface AppEventSubscriptionSelector {
    id?: string;
    autoCreate?: boolean;
    userId?: string;
    appEventTypeKey?: string;
    appEventTypeId?: string;
    instanceKey?: string;
}

Hierarchy

Properties

id?: string
autoCreate?: boolean
userId?: string
appEventTypeKey?: string
appEventTypeId?: string
instanceKey?: string