Type Alias CreateDocRequest
CreateDocRequest: {
content: string;
contentId: string;
documentationType: string;
language: string;
publish: boolean;
}
Type declaration
content: string
contentId: string
documentationType: string
language: string
publish: boolean