Type Alias SimpleApiResponse
SimpleApiResponse: {
accountId?: string;
description: string;
environments: string[];
id: string;
name: string;
workspaceId: string;
}
Type declaration
OptionalaccountId?: string
description: string
environments: string[]
id: string
name: string
workspaceId: string