Type Alias ContentDataResponse
ContentDataResponse: {
contentType:
| "STUDIO"
| "ACTION"
| "PLUGIN"
| "STACK"
| "STARTER"
| "ACTION_VERSION"
| "PLUGIN_VERSION"
| "STACK_VERSION"
| "WORKFLOW"
| "WORKFLOW_VERSION";
id: string;
slug: string;
}
Type declaration
contentType:
| "STUDIO"
| "ACTION"
| "PLUGIN"
| "STACK"
| "STARTER"
| "ACTION_VERSION"
| "PLUGIN_VERSION"
| "STACK_VERSION"
| "WORKFLOW"
| "WORKFLOW_VERSION"
id: string
slug: string