React Native Firebase
    Preparing search index...

    Interface ExecutableCodeBeta

    An interface for executable code returned by the model.

    interface ExecutableCode {
        code?: string;
        language?: string;
    }
    Index

    Properties

    Properties

    code?: string

    The source code to be executed.

    language?: string

    The programming language of the code.