// This is a generated file. Do not edit; any changes will be overwritten. export interface ParentResponse { count?:number; debug?:boolean; response?:Response; } export interface Response { name?:string; }