Function serializeResourceProperties

  • serializeResourceProperties walks the props object passed in, awaiting all interior promises besides those for id and urn, creating a reasonable POJO object that can be remoted over to registerResource.

    Parameters

    Returns Promise<[Record<string, any>, Map<string, Set<Resource>>]>

Generated using TypeDoc