Interface StructuredSerializeOptions

interface StructuredSerializeOptions {
    transfer?: any[];
}

Properties

Properties

transfer?: any[]