AppleSauce
    Preparing search index...

    Type Alias RequestJobInput

    type RequestJobInput = {
        job: string;
        marker?: string;
        relay?: string;
        type: "job";
    }
    Index

    Properties

    Properties

    job: string
    marker?: string
    relay?: string
    type: "job"