export interface CreateUrlOptions { /** * Expiration date in ISO 8601 format for the shortened URL.
* * If omitted, then a permalink is generated instead. Short permalinks contain a 30-digit link id. Short links with an expiration date contain a 8-digit link id. */ expiresAt?: string | null; }