/** * This file was auto-generated by Fern from our API Definition. */ /** * The type of the principal: user, group, or service account (under 'key'). */ export type ShareOptionResponseModelType = "user" | "group" | "key"; export declare const ShareOptionResponseModelType: { readonly User: "user"; readonly Group: "group"; readonly Key: "key"; };