Type alias WorkspaceGitSyncSettings
WorkspaceGitSyncSettings: { include_path?: string[]; include_type?: ("script" | "flow" | "app" | "folder" | "resource" | "variable" | "secret" | "resourcetype" | "schedule" | "user" | "group")[]; repositories?: GitRepositorySettings[]; } Type declaration
Optional include_path?: string[]
Optional include_type?: ("script" | "flow" | "app" | "folder" | "resource" | "variable" | "secret" | "resourcetype" | "schedule" | "user" | "group")[]