refactored key 'data' in data file
This commit is contained in:
parent
5ab302ab51
commit
5c2fb5160b
@ -85,7 +85,7 @@ export const FolderPrivateFields = [
|
||||
export interface FolderCreated {
|
||||
processId: string,
|
||||
process: any, // Process
|
||||
folderData: FolderData,
|
||||
data: FolderData,
|
||||
}
|
||||
|
||||
export function setDefaultFolderRoles(ownerId: string, stakeholdersId: string[], customersId: string[]): Record<string, RoleDefinition> {
|
||||
|
||||
@ -83,7 +83,7 @@ export const RhPrivateFields = [
|
||||
export interface RhCreated {
|
||||
processId: string,
|
||||
process: any, // Process
|
||||
rhData: RhData,
|
||||
data: RhData,
|
||||
}
|
||||
|
||||
export function setDefaultRhRoles(ownerId: string, rhs: string[], salaries: string[]): Record<string, RoleDefinition> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user