Hi,
i am currently trying to access a option field configured inside the index.ts of my interface extension.
How do i acutally retrieve the options set in this interface ?
Via props ? Or am i missing an inject of some sorts ?
Also i am trying to select a field of the current collection (in this case the field with the field name "image") via this options field . Is there a type / interface for something like this besides type: "string" or interface: "text-input" ?