DomainFileAssignmentToJSON() — typescript-sdk Function Reference
Architecture documentation for the DomainFileAssignmentToJSON() function in DomainFileAssignment.ts from the typescript-sdk codebase.
Entity Profile
Relationship Graph
Source Code
src/models/DomainFileAssignment.ts lines 60–69
export function DomainFileAssignmentToJSON(value?: DomainFileAssignment | null): any {
if (value == null) {
return value;
}
return {
'filePath': value['filePath'],
'domainName': value['domainName'],
};
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free