import { IUpdateIdeaRequest } from '..';
export interface ICloseIdeaRequest extends IUpdateIdeaRequest {
}
