Interface SessionObjectFactoryItem

interface SessionObjectFactoryItem {
    cb?: SessionObjectFactoryItemCallback;
    type: any;
}

Properties

Properties

type: any

Generated using TypeDoc