@squidcloud/client
    Preparing search index...

    Interface WebShortUrlBulkResponse

    Response with the newly created shortened URL.

    interface WebShortUrlBulkResponse {
        expiry: null | Date;
        ids: string[];
        shortUrls: string[];
    }
    Index

    Properties

    Properties

    expiry: null | Date

    The time when the shortened URLs will expire.

    ids: string[]

    The IDs of the shortened URLs.

    shortUrls: string[]

    List of full valid shortened URLs.