Fix task and shift self-assignment features
This commit is contained in:
@@ -16,6 +16,7 @@ export interface ShiftListItemDto {
|
||||
endTime: string;
|
||||
capacity: number;
|
||||
currentSignups: number;
|
||||
isSignedUp: boolean;
|
||||
}
|
||||
|
||||
export interface ShiftDetailDto {
|
||||
@@ -31,6 +32,7 @@ export interface ShiftDetailDto {
|
||||
createdById: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
isSignedUp: boolean;
|
||||
}
|
||||
|
||||
export interface ShiftSignupDto {
|
||||
|
||||
Reference in New Issue
Block a user