Optionalclient?: ClientOptionalmeta?: keyof ClientMeta extends never ? Record<string, unknown> : ClientMetaYou can pass arbitrary values through the meta object. This can be
used to access values that aren't defined as part of the SDK function.
You can provide a client instance returned by
createClient()instead of individual options. This might be also useful if you want to implement a custom client.