DocumentTypeInfo
Home > @backstage/plugin-search-common
> DocumentTypeInfo
Information about a specific document type. Intended to be used in the IndexBuilder to collect information about the types stored in the index.
Signature:
export type DocumentTypeInfo = {
visibilityPermission?: Permission;
};
References: Permission