Variable getKakaoChannelsResponseSchemaConst
getKakaoChannelsResponseSchema: Struct<
{
channelList: Array$<
Struct<
{
accountId: typeof String$;
channelId: typeof String$;
dateCreated: optional<Union<[typeof String$, typeof DateFromSelf]>>;
dateUpdated: optional<Union<[typeof String$, typeof DateFromSelf]>>;
phoneNumber: optional<typeof String$>;
searchId: typeof String$;
sharedAccountIds: Array$<typeof String$>;
},
>,
>;
limit: typeof Number$;
nextKey: NullishOr<typeof String$>;
startKey: NullishOr<typeof String$>;
},
> = ...