ngeo
    Preparing search index...

    Interface ShortenerAPIRequestParams

    interface ShortenerAPIRequestParams {
        email?: string;
        message?: string;
        url: string;
    }
    Index

    Properties

    Properties

    email?: string
    message?: string
    url: string