UnparentPayload

export interface UnparentPayload {
  Version: string;
  Children: string[];
}

{
  "Version": "String",
  "Children": "String[]"
}