DeclareCuePointTypesCommandSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        cue_point_types: {
            additionalItems: boolean;
            description: string;
            items: {
                additionalProperties: boolean;
                properties: {
                    key: {
                        description: string;
                        minLength: number;
                        pattern: string;
                        type: string;
                    };
                    title: {
                        description: string;
                        minLength: number;
                        pattern: string;
                        type: string;
                    };
                };
                required: string[];
                title: string;
                type: string;
            };
            type: string;
        };
        service_id: {
            description: string;
            minLength: number;
            pattern: string;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = DeclareCuePointTypesCommand

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        cue_point_types: {
            additionalItems: boolean;
            description: string;
            items: {
                additionalProperties: boolean;
                properties: {
                    key: {
                        description: string;
                        minLength: number;
                        pattern: string;
                        type: string;
                    };
                    title: {
                        description: string;
                        minLength: number;
                        pattern: string;
                        type: string;
                    };
                };
                required: string[];
                title: string;
                type: string;
            };
            type: string;
        };
        service_id: {
            description: string;
            minLength: number;
            pattern: string;
            type: string;
        };
    }
    • cue_point_types: {
          additionalItems: boolean;
          description: string;
          items: {
              additionalProperties: boolean;
              properties: {
                  key: {
                      description: string;
                      minLength: number;
                      pattern: string;
                      type: string;
                  };
                  title: {
                      description: string;
                      minLength: number;
                      pattern: string;
                      type: string;
                  };
              };
              required: string[];
              title: string;
              type: string;
          };
          type: string;
      }
      • additionalItems: boolean
      • description: string
      • items: {
            additionalProperties: boolean;
            properties: {
                key: {
                    description: string;
                    minLength: number;
                    pattern: string;
                    type: string;
                };
                title: {
                    description: string;
                    minLength: number;
                    pattern: string;
                    type: string;
                };
            };
            required: string[];
            title: string;
            type: string;
        }
        • additionalProperties: boolean
        • properties: {
              key: {
                  description: string;
                  minLength: number;
                  pattern: string;
                  type: string;
              };
              title: {
                  description: string;
                  minLength: number;
                  pattern: string;
                  type: string;
              };
          }
          • key: {
                description: string;
                minLength: number;
                pattern: string;
                type: string;
            }
            • description: string
            • minLength: number
            • pattern: string
            • type: string
          • title: {
                description: string;
                minLength: number;
                pattern: string;
                type: string;
            }
            • description: string
            • minLength: number
            • pattern: string
            • type: string
        • required: string[]
        • title: string
        • type: string
      • type: string
    • service_id: {
          description: string;
          minLength: number;
          pattern: string;
          type: string;
      }
      • description: string
      • minLength: number
      • pattern: string
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc