Typescript SDK Type Docs
    Preparing search index...

    Type Alias ActionGroup

    type ActionGroup = {
        group: "ignore" | "allow";
        type: string;
    }
    Index

    Properties

    Properties

    group: "ignore" | "allow"
    type: string