{"in":{"data":"export const playground: (\n  object?: Partial\u003cPlaygroundSection\u003e,\n) =\u003e PlaygroundSection = config =\u003e\n  baseSection({\n    type: SectionType.Playground,\n    ...config,\n  });\n","type":"input"},"out":{"data":"export const playground = (\n  config?: Partial\u003cPlaygroundSection\u003e,\n): PlaygroundSection =\u003e\n  baseSection({\n    type: SectionType.Playground,\n    ...config,\n  });\n","type":"output"},"client":"0.5.0"}