@molroo-ai/sdk
    Preparing search index...

    Interface EnvironmentInput

    interface EnvironmentInput {
        ambiance?: string;
        location?: string;
        weather?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    ambiance?: string
    location?: string
    weather?: string