solapi
    Preparing search index...

    Variable kakaoChannelSchemaConst

    kakaoChannelSchema: 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$>;
        },
    > = ...

    카카오 채널 API 응답 스키마 (wire format)