baasatrakuza > APIJSONObject
APIのコンテンツ部に設定できる型です。
Signature:
export declare type APIJSONObject = { [key: string]: unknown; };