adding dto
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.abnov.infisicalbridge.dto;
|
||||
|
||||
public record ProjectResponse(
|
||||
String workspaceId,
|
||||
String projectId,
|
||||
String projectName,
|
||||
String environment,
|
||||
String secretPath) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user