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

    Variable GetPropertyListRequestSchemaConst

    GetPropertyListRequestSchema: ZodObject<
        {
            list_id: ZodString;
            resolve: ZodOptional<ZodNullable<ZodBoolean>>;
            max_results: ZodOptional<ZodNullable<ZodNumber>>;
            cursor: ZodOptional<ZodNullable<ZodString>>;
            context: ZodOptional<
                ZodNullable<
                    ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                >,
            >;
            ext: ZodOptional<
                ZodNullable<
                    ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                >,
            >;
        },
        $strip,
    > = ...