solapi
    Preparing search index...
    interface GetKakaoAlimtalkTemplatesResponse {
        limit: number;
        nextKey: null | string;
        startKey: string;
        templateList: GetKakaoTemplateResponse[];
    }
    Index

    Properties

    limit: number
    nextKey: null | string
    startKey: string
    templateList: GetKakaoTemplateResponse[]