import type { IssueBulkEditPayload } from '../models';

export interface SubmitBulkEdit extends IssueBulkEditPayload {}
