UNPKG

@skorfmann/terraform-cloud

Version:
9 lines (8 loc) 202 B
declare type RemoteStateConsumerRelationship = { id: string; type: 'workspaces'; }; export declare type RemoteStateConsumerRequest = { data: RemoteStateConsumerRelationship[]; }; export {};