UNPKG

@kintone/dts-gen

Version:

Types for kintone js api and Types generating tools

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