interface GetKakaoAlimtalkTemplatesResponse {
    limit: number;
    nextKey: null | string;
    startKey: string;
    templateList: GetKakaoTemplateResponse[];
}

Properties

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