Interface EventLogConfig

interface EventLogConfig {
    fields: EventLogConfig_Field[];
    name: string;
}

Properties

Properties

name: string