Workstation API - v0.6.2
    Preparing search index...

    Interface Action

    interface Action {
        id: string;
        previous?: StateEntry;
        reason: string;
        resource: ResolvedResource;
        type: ActionType;
    }
    Index
    id: string
    previous?: StateEntry
    reason: string