/** * This file was auto-generated by Fern from our API Definition. */ export type PronunciationDictionaryVersionResponseModelPermissionOnResource = "admin" | "editor" | "viewer"; export declare const PronunciationDictionaryVersionResponseModelPermissionOnResource: { readonly Admin: "admin"; readonly Editor: "editor"; readonly Viewer: "viewer"; };