@samply/lens
    Preparing search index...

    Type Alias SpotResult

    type SpotResult = {
        body: string;
        from: string;
        status: "claimed" | "succeeded" | "tempfailed" | "permafailed";
        task: string;
        to: string[];
    }
    Index

    Properties

    Properties

    body: string
    from: string
    status: "claimed" | "succeeded" | "tempfailed" | "permafailed"
    task: string
    to: string[]