APIリファレンス(JavaScript)

baasatrakuza > APIJSONObject

APIJSONObject type

APIのコンテンツ部に設定できる型です。

Signature:

export declare type APIJSONObject = {
    [key: string]: unknown;
};