export interface AnnotationGuideWriteRequest {
    'task_id'?: number | null;
    'project_id'?: number | null;
    'markdown'?: string;
}
