interface ShortenerAPIResponse {
    data: ShortenerAPIResponseData;
    status: number;
}

Properties

Properties

Response payload to the shortener API

status: number

HTTP status