@scalar/api-client
Version:
the open source API testing client
8 lines • 365 B
TypeScript
import type { ExampleObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
/** Build the table rows for the form data */
export declare const getFormBodyRows: (example: ExampleObject | undefined | null, contentType: string) => {
name: string;
value: any;
isDisabled: boolean;
}[];
//# sourceMappingURL=get-form-body-rows.d.ts.map