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

    Variable PropertyListReferenceSchemaConst

    PropertyListReferenceSchema: ZodObject<
        {
            agent_url: ZodString;
            list_id: ZodString;
            auth_token: ZodOptional<ZodNullable<ZodString>>;
        },
        $strip,
    > = ...