Chartbreaker
    Preparing search index...

    Type Alias HandleAction

    type HandleAction = {
        id: string;
        name: string;
        result: "handle";
    }
    Index

    Properties

    Properties

    id: string
    name: string
    result: "handle"