Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
An interface for executable code returned by the model.
Signature:
export interface ExecutableCode | Property | Type | Description |
|---|---|---|
| code | string | The source code to be executed. |
| language | Language | The programming language of the code. |
The source code to be executed.
Signature:
code?: string;The programming language of the code.
Signature:
language?: Language;