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

export interface CreatePriority extends CreatePriorityDetails {}
