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