PublishResponse
Home > @backstage/plugin-techdocs-node
> PublishResponse
Response containing metadata about where files were published and what may have been published or updated.
Signature:
export type PublishResponse = {
remoteUrl?: string;
objects?: string[];
} | void;