/**
 * Interface for release job API
 * @export
 * @interface IReleaseParms
 */
export interface IReleaseParms {
    "ca7#": string;
    q: string;
}
