/**
 * @ignore
 */
export interface UserProcessRole {
    /**
     * @ignore
     */
    roleId: string;
    /**
     * @ignore
     */
    netId?: string;
}
