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

    Interface UpdateAppEventTypeRequest

    interface UpdateAppEventTypeRequest {
        key?: string;
        name?: string;
        subscribeRequest?: HttpRequestSpec;
        example?: any;
        schema?: DataSchema;
        userIdFormula?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    key?: string
    name?: string
    subscribeRequest?: HttpRequestSpec
    example?: any
    schema?: DataSchema
    userIdFormula?: any