/** * Model: PostVariables200ResponseMeta * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface PostVariables200ResponseMeta { /** A map of temporary ids in the request to the real ids of the newly created objects */ tempIdToRealId: { [key: string]: string; }; } //# sourceMappingURL=post-variables200-response-meta.d.ts.map