interface GetKakaoAlimtalkTemplatesFinalizeResponse {
    limit: number;
    nextKey: null | string;
    startKey: string;
    templateList: KakaoAlimtalkTemplate[];
}

Properties

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