export type DocumentsFieldItem = { /** * The item's unique identifier */ id: string; /** * The document's name */ name: string; };