Variable defaultMessageRequestSchemaConst
defaultMessageRequestSchema: Struct<
{
agent: optional<
Struct<
{
appId: optional<typeof String$>;
osPlatform: PropertySignature<
":",
string,
never,
"?:",
undefined
| string,
true,
never,
>;
sdkVersion: PropertySignature<
":",
string,
never,
"?:",
undefined
| string,
true,
never,
>;
},
>,
>;
allowDuplicates: optional<typeof Boolean$>;
},
> = ...