Variable createGroupRequestSchemaConst
createGroupRequestSchema: extend<
Struct<
{
appId: optional<typeof String$>;
osPlatform: PropertySignature<
":",
string,
never,
"?:",
string
| undefined,
true,
never,
>;
sdkVersion: PropertySignature<
":",
string,
never,
"?:",
string
| undefined,
true,
never,
>;
},
>,
Struct<
{
allowDuplicates: typeof Boolean$;
customFields: optional<Record$<typeof String$, typeof String$>>;
},
>,
> = ...
그룹 생성 요청 타입