Type Alias LockProviderCreateSettings

LockProviderCreateSettings: { owner?: OneOrMore<string>; ttl?: TimeSpan | null }

IMPORT_PATH: "@daiso-tech/core/lock/contracts"

Type declaration

  • Optionalowner?: OneOrMore<string>

    You can provide a custom owner. If not specified a unique owner will be generated by default.

  • Optionalttl?: TimeSpan | null

    You can also provide a settings.ttl value using. If not specified it defaults to null, meaning no TTL is applied.