Interface AnnotationGuideRead

AnnotationGuideRead

interface AnnotationGuideRead {
    created_date?: string;
    id?: number;
    markdown?: string;
    project_id?: null | number;
    task_id?: null | number;
    updated_date?: string;
}

Properties

created_date?: string

AnnotationGuideRead

id?: number

AnnotationGuideRead

markdown?: string

AnnotationGuideRead

project_id?: null | number

AnnotationGuideRead

task_id?: null | number

AnnotationGuideRead

updated_date?: string

AnnotationGuideRead