/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * @example * "us_acc_YOUR_ID" * * @example * "us_env_YOUR_ID" * * @example * "us_sp_YOUR_ID" */ export type ResourceIdUnion = Flatfile.AccountId | Flatfile.EnvironmentId | Flatfile.SpaceId;