solapi
    Preparing search index...
    getKakaoTemplateResponseSchema: extend<
        SchemaClass<
            {
                ad?: string
                | null;
                buttons?: readonly (
                    | {
                        buttonName: string;
                        buttonType: "WL";
                        linkMo: string;
                        linkPc?: string
                        | null;
                    }
                    | {
                        buttonName: string;
                        buttonType: "AL";
                        linkAnd: string;
                        linkIos: string;
                    }
                    | {
                        buttonName: string;
                        buttonType: "AC"
                        | "BK"
                        | "MD"
                        | "BC"
                        | "BT"
                        | "DS";
                    }
                )[];
                channelGroupId?: string
                | null;
                channelId?: string | null;
                code?: string | null;
                comments?: readonly {
                    content: string | null;
                    dateCreated: string;
                    isAdmin: boolean;
                    memberId: string;
                }[];
                content?: string;
                emphasizeSubtitle?: string
                | null;
                emphasizeTitle?: string | null;
                emphasizeType: "TEXT" | "IMAGE" | "NONE" | "ITEM_LIST";
                extra?: string | null;
                header?: string | null;
                highlight?:
                    | {
                        description?: string
                        | null;
                        imageId?: string | null;
                        title?: string | null;
                    }
                    | null;
                imageId?: string
                | null;
                isHidden?: boolean;
                item?:
                    | {
                        list: readonly { description: string; title: string }[];
                        summary: { description?: string | null; title?: string | null };
                    }
                    | null;
                messageType: "BA"
                | "EX"
                | "AD"
                | "MI";
                name: string;
                quickReplies?: readonly (
                    | { linkMo: string; linkPc?: string; linkType: "WL"; name: string }
                    | { linkAnd: string; linkIos: string; linkType: "AL"; name: string }
                    | { linkType: "BK" | "BC" | "BT"; name: string }
                )[];
                securityFlag: boolean;
                status: "PENDING" | "INSPECTING" | "APPROVED" | "REJECTED";
                templateId: string;
                variables?: readonly { name: string }[];
            },
            {
                ad?: string
                | null;
                buttons?: readonly (
                    | {
                        buttonName: string;
                        buttonType: "WL";
                        linkMo: string;
                        linkPc?: string
                        | null;
                    }
                    | {
                        buttonName: string;
                        buttonType: "AL";
                        linkAnd: string;
                        linkIos: string;
                    }
                    | {
                        buttonName: string;
                        buttonType: "AC"
                        | "BK"
                        | "MD"
                        | "BC"
                        | "BT"
                        | "DS";
                    }
                )[];
                channelGroupId?: string
                | null;
                channelId?: string | null;
                code?: string | null;
                comments?: readonly {
                    content: string | null;
                    dateCreated: string;
                    isAdmin: boolean;
                    memberId: string;
                }[];
                content?: string;
                emphasizeSubtitle?: string
                | null;
                emphasizeTitle?: string | null;
                emphasizeType: "TEXT" | "IMAGE" | "NONE" | "ITEM_LIST";
                extra?: string | null;
                header?: string | null;
                highlight?:
                    | {
                        description?: string
                        | null;
                        imageId?: string | null;
                        title?: string | null;
                    }
                    | null;
                imageId?: string
                | null;
                isHidden?: boolean;
                item?:
                    | {
                        list: readonly { description: string; title: string }[];
                        summary: { description?: string | null; title?: string | null };
                    }
                    | null;
                messageType: "BA"
                | "EX"
                | "AD"
                | "MI";
                name: string;
                quickReplies?: readonly (
                    | { linkMo: string; linkPc?: string; linkType: "WL"; name: string }
                    | { linkAnd: string; linkIos: string; linkType: "AL"; name: string }
                    | { linkType: "BK" | "BC" | "BT"; name: string }
                )[];
                securityFlag: boolean;
                status: "PENDING" | "INSPECTING" | "APPROVED" | "REJECTED";
                templateId: string;
                variables?: readonly { name: string }[];
            },
            never,
        >,
        Struct<
            {
                accountId: NullishOr<typeof String$>;
                assignType: Literal<["CHANNEL", "GROUP"]>;
                commentable: typeof Boolean$;
                dateCreated: typeof String$;
                dateUpdated: typeof String$;
            },
        >,
    > = ...