interface AffectedObject {
    name: string;
    objectType: string;
}

Hierarchy

  • Record<string, unknown>
    • AffectedObject

Properties

Properties

name: string
objectType: string