export interface ControllerSettings {
    getKeys: string[];
    getByIdKeys: string[];
    primaryKey?: string;
}
