@seamapi/http - v2.5.0
    Preparing search index...

    Type Alias InstantKeysListResponse

    Response from SeamHttpInstantKeys.list.

    Use InstantKeysListRequest instead.

    type InstantKeysListResponse = {
        instant_keys: InstantKey[];
    }
    Index
    instant_keys: InstantKey[]