export interface IApiControllerReadPlanParameter {
    field: string;
    parameter: string;
}
