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

    Interface CreateAppEventTypeRequest

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

    Hierarchy (View Summary)

    Index

    Properties

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