Membrane React - v0.2.1
    Preparing search index...

    Interface AppEvent

    interface AppEvent {
        id: string;
        name?: string;
        userId: string;
        user?: Customer;
        appEventTypeId: string;
        appEventType?: AppEventType;
        appEventSubscriptionId: string;
        appEventSubscription?: AppEventSubscription;
        event: any;
        datetime: string;
        launchedFlowRunIds: string[];
    }
    Index

    Properties

    id: string
    name?: string
    userId: string
    user?: Customer
    appEventTypeId: string
    appEventType?: AppEventType
    appEventSubscriptionId: string
    appEventSubscription?: AppEventSubscription
    event: any
    datetime: string
    launchedFlowRunIds: string[]