export type HttpDecoratorOptions = { appId?: string; title?: string; description?: string; isHidden?: boolean | undefined; tags?: string[]; };