Interface BaseSys

Definition of common part of system managed metadata

interface BaseSys {
    id: string;
    type: string;
}

Hierarchy (view full)

Properties

Properties

id: string
type: string