export interface PoConfiguration {
    poDirectory: string;
    poExtention: string;
}
