@adcp/client API Reference - v3.11.2
    Preparing search index...

    Variable A2UISurfaceSchemaConst

    A2UISurfaceSchema: ZodIntersection<
        ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
        ZodObject<
            {
                surfaceId: ZodString;
                catalogId: ZodOptional<ZodNullable<ZodString>>;
                components: ZodArray<
                    ZodIntersection<
                        ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                        ZodObject<
                            {
                                id: ZodString;
                                parentId: ZodOptional<ZodNullable<ZodString>>;
                                component: ZodRecord<
                                    ZodString,
                                    ZodUnion<readonly [ZodObject<(...), (...)>, ZodUndefined]>,
                                >;
                            },
                            $strip,
                        >,
                    >,
                >;
                rootId: ZodOptional<ZodNullable<ZodString>>;
                dataModel: ZodOptional<
                    ZodNullable<
                        ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                    >,
                >;
            },
            $strip,
        >,
    > = ...