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

    Type Alias CreateActionRequest

    type CreateActionRequest = {
        key: string;
        name: string;
        type?: ActionType;
        inputSchema?: any;
        config?: any;
        integrationId?: string;
    }
    Index

    Properties

    key: string
    name: string
    type?: ActionType
    inputSchema?: any
    config?: any
    integrationId?: string