PublisherType
Home > @backstage/plugin-techdocs-node
> PublisherType
Key for all the different types of TechDocs publishers that are supported.
Signature:
export type PublisherType = 'local' | 'googleGcs' | 'awsS3' | 'azureBlobStorage' | 'openStackSwift';