solapi
    Preparing search index...
    updateKakaoAlimtalkTemplateRequestSchema: Struct<
        {
            buttons: optional<
                Array$<
                    Union<
                        [
                            Struct<
                                {
                                    buttonName: typeof String$;
                                    buttonType: Literal<["WL"]>;
                                    linkMo: typeof String$;
                                    linkPc: optional<NullOr<typeof String$>>;
                                },
                            >,
                            Struct<
                                {
                                    buttonName: typeof String$;
                                    buttonType: Literal<["AL"]>;
                                    linkAnd: typeof String$;
                                    linkIos: typeof String$;
                                },
                            >,
                            Struct<
                                {
                                    buttonName: typeof String$;
                                    buttonType: Literal<["BK", "MD", "DS", "BC", "BT", "AC"]>;
                                },
                            >,
                        ],
                    >,
                >,
            >;
            categoryCode: optional<typeof String$>;
            content: optional<typeof String$>;
            emphasizeSubTitle: optional<typeof String$>;
            emphasizeTitle: optional<typeof String$>;
            emphasizeType: optional<Literal<["NONE", "TEXT", "IMAGE", "ITEM_LIST"]>>;
            extra: optional<typeof String$>;
            header: optional<typeof String$>;
            highlight: optional<
                Struct<
                    {
                        description: optional<NullOr<typeof String$>>;
                        imageId: optional<NullOr<typeof String$>>;
                        title: optional<NullOr<typeof String$>>;
                    },
                >,
            >;
            imageId: optional<typeof String$>;
            item: optional<
                Struct<
                    {
                        list: Array$<
                            Struct<{ description: typeof String$; title: typeof String$ }>,
                        >;
                        summary: Struct<
                            {
                                description: optional<NullOr<typeof String$>>;
                                title: optional<NullOr<typeof String$>>;
                            },
                        >;
                    },
                >,
            >;
            messageType: optional<Literal<["BA", "EX", "AD", "MI"]>>;
            name: optional<typeof String$>;
            quickReplies: optional<
                Array$<
                    Union<
                        [
                            Struct<
                                {
                                    linkMo: typeof String$;
                                    linkPc: optional<typeof String$>;
                                    linkType: Literal<["WL"]>;
                                    name: typeof String$;
                                },
                            >,
                            Struct<
                                {
                                    linkAnd: typeof String$;
                                    linkIos: typeof String$;
                                    linkType: Literal<["AL"]>;
                                    name: typeof String$;
                                },
                            >,
                            Struct<
                                { linkType: Literal<["BK", "BT", "BC"]>; name: typeof String$ },
                            >,
                        ],
                    >,
                >,
            >;
            securityFlag: optional<typeof Boolean$>;
        },
    > = ...