Skip to content
Snippets Groups Projects
Commit 056b4911 authored by Jvan Fadda's avatar Jvan Fadda
Browse files

fix(simple noshow-agent) missing files commited

parent dc729bab
Branches
No related tags found
1 merge request!3feat: simple no-show agent implemented
Pipeline #419663 passed
export enum AppointmentStatus {
SCHEDULED = 'SCHEDULED',
NOSHOW = 'NOSHOW',
NOSHOW_PAY = 'NOSHOW_PAY',
DONE = 'DONE',
}
export enum AppointmentType {
KONS = 'KONS',
GROUP = 'GROUP',
OTHER = 'OTHER',
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment