Interface JkmdSubmissionDTO

interface JkmdSubmissionDTO {
    id: string;
    read: boolean;
    type: JK_MD;
}

Hierarchy (view full)

Properties

Properties

id: string
read: boolean
type: JK_MD