interface ShortenerAPIResponseData {
    short_url: string;
}

Properties

Properties

short_url: string