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

    Type Alias UpdateActionRequest

    type UpdateActionRequest = {
        key?: string;
        type?: ActionType;
        name?: string;
        inputSchema?: any;
        config?: any;
        archivedAt?: string;
    }
    Index

    Properties

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