Interface EntityAccessRule

interface EntityAccessRule {
    access?: boolean;
    documentType: string;
}

Properties

access?: boolean
documentType: string