/** * This file was auto-generated by Fern from our API Definition. */ /** * * `ENVIRONMENT` - ENVIRONMENT * * `USER` - USER */ export type IntegrationCredentialAccessType = "ENVIRONMENT" | "USER"; export declare const IntegrationCredentialAccessType: { readonly Environment: "ENVIRONMENT"; readonly User: "USER"; };