export interface ACLSettings {
  SubAccountId: string;
  depositAddressGenerationEnabled: boolean;
  withdrawEnabled: boolean;
  description: string;
  createdAt: string;
  updatedAt: string;
}
