generate_flag_types
Create and manage type definitions for feature flags to improve consistency and organization in flag-based development workflows.
Instructions
Generate types for feature flags
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}