import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; /** * What targets can a Collection be pinned to. */ export declare const CollectionPinnableTargets: { readonly ResourceCard: "RESOURCE_CARD"; readonly TeamProfilePage: "TEAM_PROFILE_PAGE"; }; /** * What targets can a Collection be pinned to. */ export type CollectionPinnableTargets = OpenEnum; /** @internal */ export declare const CollectionPinnableTargets$inboundSchema: z.ZodType; /** @internal */ export declare const CollectionPinnableTargets$outboundSchema: z.ZodType; //# sourceMappingURL=collectionpinnabletargets.d.ts.map