export interface IApiControllerPrimaryColumn<E> {
    key: keyof E;
    value: string;
}
