import { Config } from './config.interface';

export interface CommunityListConfig extends Config {
  pageSize: number;
}