Chartbreaker
    Preparing search index...

    Type Alias SimpleAction

    type SimpleAction = {
        id: string;
        name: string;
        result?: never;
    }
    Index

    Properties

    Properties

    id: string
    name: string
    result?: never