interface AutoModerationAction {
    metadata: ActionMetadata;
    type: AutoModerationActionTypes;
}

Properties

Properties

metadata: ActionMetadata

The metadata for the action.

The type of the action.