BuildDemoVaultPopulateAsyncParams
Parameters for buildDemoVaultPopulateAsync — the same bag buildDemoVaultPopulate takes, under the name the asynchronous builder derives.
One declaration serves both builders. It keeps the synchronous builder’s name, and this alias gives the asynchronous one its own, so neither has to be spelled after the other.
Import:
import type { BuildDemoVaultPopulateAsyncParams } from 'obsidian-integration-testing';Signature:
export type BuildDemoVaultPopulateAsyncParamsSignature:
type BuildDemoVaultPopulateAsyncParams = BuildDemoVaultPopulateParamsType: BuildDemoVaultPopulateParams
Links to this page: