Type Alias: Props
Props =
Record<string,unknown>
Defined in: types.ts:46
Generic bag of event properties.
Props must be JSON-serialisable. For stricter typing you can layer a project-specific type over this in your own code.
Props =
Record<string,unknown>
Defined in: types.ts:46
Generic bag of event properties.
Props must be JSON-serialisable. For stricter typing you can layer a project-specific type over this in your own code.