/**
 * Interface for prsqa job API
 * @export
 * @interface IPrsqaParms
 */
export interface IPrsqaParms {
    rsrc: string;
    internal: string;
}
