Continued creating the entity system
This commit is contained in:
@@ -34,6 +34,7 @@ export interface Assignment {
|
||||
start?: boolean;
|
||||
autoStartDate?: Date;
|
||||
autoStart?: boolean;
|
||||
entity?: string;
|
||||
}
|
||||
|
||||
export type AssignmentWithCorporateId = Assignment & {corporateId: string};
|
||||
|
||||
Reference in New Issue
Block a user