* Creates a new entry based on the given template and data. * * @param {string} templateIdOrName - The ID or name of the template to use for the entry creation. * @param {EntryCreateBody} data - The data to create the new entry. * @return {Promise } The newly created entry.
(
templateIdOrName: string,
data: EntryCreateBody,
)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected