Add visitor phone lookup flow
This commit is contained in:
@@ -137,6 +137,10 @@ export interface PublicStatusDto {
|
||||
visitor_notice?: string | null;
|
||||
}
|
||||
|
||||
export interface PublicStatusSearchDto {
|
||||
tickets: PublicStatusDto[];
|
||||
}
|
||||
|
||||
export interface DisplaySnapshotDto {
|
||||
project_name: string;
|
||||
status: ProjectStatus;
|
||||
|
||||
Reference in New Issue
Block a user