mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat: create TransferToLayingFilter type
This commit is contained in:
@@ -89,3 +89,11 @@ export type CreateTransferToLayingPayload = {
|
||||
};
|
||||
|
||||
export type UpdateTransferToLayingPayload = CreateTransferToLayingPayload;
|
||||
|
||||
export type TransferToLayingFilter = {
|
||||
flockSource: number[];
|
||||
flockDestination: number[];
|
||||
status: number[];
|
||||
startDate: string;
|
||||
endDate: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user