Skip to content

Commit

Permalink
Add AgencyDirectoryApplication.isPublished param
Browse files Browse the repository at this point in the history
  • Loading branch information
cleacos committed Jun 25, 2024
1 parent 553a9be commit dff03e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export interface AgencyDirectoryApplication {
directories: DirectoryApplication[];
feedbackUrl: string;
status?: AgencyDirectoryApplicationStatus;
isPublished?: boolean;
}

export interface DirectoryApplication {
Expand Down

0 comments on commit dff03e8

Please sign in to comment.