WIP - remove backoffice for documentation -- Error due to usage for … #1705
Annotations
10 errors
playwright run
Type 'IDocumentation | undefined' is not assignable to type 'IDocumentation'.
|
playwright run
Type 'T' is not assignable to type 'IApi'.
|
playwright run
Property 'currentVersion' does not exist on type 'T'.
|
playwright run
Property 'currentVersion' does not exist on type 'T'.
|
playwright run
Type 'string | undefined' is not assignable to type 'string'.
|
playwright run
Property 'ownerTeam' is missing in type '{ api: any; }' but required in type 'ApiDescriptionProps'.
|
playwright run
Type '{ documentation: any; getDocPage: (pageId: string) => PromiseWithError<IDocPage>; }' is missing the following properties from type 'ApiDocumentationProps<IWithDocumentation>': ownerTeam, entity
|
playwright run
Type '{ api: IApi; ownerTeam: ITeamSimple; documentation: IDocumentation | undefined; getDocPage: (pageId: string) => PromiseWithError<IDocPage>; }' is not assignable to type 'IntrinsicAttributes & ApiDocumentationProps<IWithDocumentation>'.
|
playwright run
Property 'entity' is missing in type '{ documentation: IDocumentation | undefined; getDocPage: (pageId: string) => PromiseWithError<IDocPage>; ownerTeam: ITeamSimple; }' but required in type 'ApiDocumentationProps<IWithDocumentation>'.
|
playwright run
Type '"Public"' is not assignable to type 'UsagePlanVisibility'.
|