export interface IApplicationQuery {
    strategyName?: string;
}
