import * as z from "zod"; import { FolderRole } from "./folderrole.js"; import { PrincipalType } from "./principaltype.js"; export type FolderRoleAssignment = { type: PrincipalType; id: string; folder_id: string; roles: Array; }; export declare const FolderRoleAssignment$zodSchema: z.ZodType; //# sourceMappingURL=folderroleassignment.d.ts.map