@shortcut/client
    Preparing search index...

    Interface ShortcutV4RefreshedToken

    What refresh.run returns: the new token and, when known, its expiry.

    interface ShortcutV4RefreshedToken {
        expiresAt?: string | number | Date;
        token: string;
    }
    Index

    Properties

    Properties

    expiresAt?: string | number | Date
    token: string