AppleSauce
    Preparing search index...

    Type Alias RequestURLInput

    type RequestURLInput = {
        type: "url";
        url: string;
    }
    Index

    Properties

    Properties

    type: "url"
    url: string