@nillion/secretvaults
    Preparing search index...

    Variable ListCollectionsResponseConst

    ListCollectionsResponse: ZodObject<
        {
            data: ZodArray<
                ZodObject<
                    {
                        id: ZodUUID;
                        name: ZodString;
                        type: ZodEnum<{ owned: "owned"; standard: "standard" }>;
                    },
                    $strip,
                >,
            >;
        },
        $strip,
    > = ...

    Collections list response.