export interface IStubImagesConfig {
    barcode?: IStubImagesBarcodeConfig;
}
export interface IStubImagesBarcodeConfig {
    text?: string;
    errorText?: string;
    postScriptName?: string;
}
