You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
*
* @param {} objectProps- optional property for passing params into supertypeclass, if no params, is undefined,
* first param of this function defaults to objectTemplate instead
* @param {} objectTemplate
*
* @todo: fix return types
*/
export function supertypeClass(objectProps?, objectTemplate?): any {
The text was updated successfully, but these errors were encountered:
/**
*
* @param {} objectProps- optional property for passing params into supertypeclass, if no params, is undefined,
* first param of this function defaults to objectTemplate instead
* @param {} objectTemplate
*
* @todo: fix return types
*/
export function supertypeClass(objectProps?, objectTemplate?): any {
The text was updated successfully, but these errors were encountered: