Type Alias DocumentationResponse
DocumentationResponse: {
content: string;
createdAt: string;
documentationId: string;
documentationType:
| "STUDIO_GOVERNANCE"
| "ACTION"
| "PLUGIN"
| "STACK"
| "STARTER"
| "WORKFLOW";
language: "ENGLISH"
| "PTBR";
status: "DRAFT" | "PUBLISHED";
updatedAt?: string;
}
Type declaration
content: string
createdAt: string
documentationId: string
documentationType: "STUDIO_GOVERNANCE" | "ACTION" | "PLUGIN" | "STACK" | "STARTER" | "WORKFLOW"
language: "ENGLISH" | "PTBR"
status: "DRAFT" | "PUBLISHED"
OptionalupdatedAt?: string