@squidcloud/client
    Preparing search index...

    Interface WebShortUrlResponse

    Response with the newly created shortened URL.

    interface WebShortUrlResponse {
        expiry: null | Date;
        id: string;
        shortUrl: string;
    }
    Index

    Properties

    Properties

    expiry: null | Date

    The time when the shortened URL will expire.

    id: string

    The ID of the shortened URL.

    shortUrl: string

    The full valid shortened URL.