internal.RequiredDoc
Home > @backstage/backend-openapi-utils
> internal
> RequiredDoc
Basic OpenAPI spec with paths and components properties enforced.
Signature:
export type RequiredDoc = Pick<ImmutableOpenAPIObject, 'paths' | 'components'>;
References: ImmutableOpenAPIObject