interface GeminiSearchEntryPoint {
    renderedContent?: string;
    sdkBlob?: string;
}

Properties

renderedContent?: string
sdkBlob?: string