export interface ITopicPartitionDTO { readonly topic: string; readonly partitionId: number; }