Membrane SDK - v0.8.0
    Preparing search index...

    Variable ScreenApiResponseConst

    ScreenApiResponse: ZodObject<
        {
            type: ZodEnum<typeof ScreenType>;
            key: ZodOptional<ZodString>;
            blocks: ZodArray<
                ZodIntersection<
                    ZodObject<{ type: ZodEnum<typeof ScreenBlockType> }, $strip>,
                    ZodRecord<ZodString, ZodAny>,
                >,
            >;
            id: ZodString;
            name: ZodString;
        },
        $strip,
    > = BaseScreen

    Screen API response - re-export base type as it has no full object references