/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* RedisLabs list of subscriptions in current account
*/
export type AccountSubscriptions = {
accountId?: number;
links?: Array<Record<string, Record<string, any>>>;
};