module rec Glutinum
open Fable.Core
open Fable.Core.JsInterop
open System
[<AllowNullLiteral>]
[<Interface>]
type RowData =
abstract member test: string with get, set
[<AllowNullLiteral>]
[<Interface>]
type AccessorKeyColumnDefBase =
abstract member accessorKey: obj with get, set
Issue created from Glutinum Tool
Glutinum version - 0.5.0
TypeScript
FSharp
Problem description