accepts_interface: Extension<FieldOptions, string> = ...

accepts_interface is used to annotate that a google.protobuf.Any field accepts messages that implement the specified interface. Interfaces should be declared using a declare_interface file option.

from extension: string accepts_interface = 93001;