UNPKG

@kintone/dts-gen

Version:

Types for kintone js api and Types generating tools

5 lines (4 loc) 267 B
import type { FetchFormPropertiesInput, FormsClient, FieldNameAndFieldOrSubTableField } from "./forms-client"; export declare class DemoClient implements FormsClient { fetchFormProperties(_: FetchFormPropertiesInput): Promise<FieldNameAndFieldOrSubTableField>; }