For example, within a v-data-table component, the headers object contains a specific structure in the API: https://i.stack.imgur.com/4m8WA.png
Is there a way to access this headers type in Typescript for reusability? Or do I have to define my own interface for it?