export interface FieldStatusAnnotation { /** * The entity is work-in-progress and subject to breaking changes. */ 'work_in_progress'?: (boolean); } export interface FieldStatusAnnotation__Output { /** * The entity is work-in-progress and subject to breaking changes. */ 'work_in_progress': (boolean); }