Skip to content

Commit 29625a1

Browse files
authored
add export to credit application status (#499)
1 parent 9a79609 commit 29625a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/creditApplication.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { NumberOfEmployees } from "./application"
22
import { Relationship } from "./common"
33

4-
type CreditApplicationStatus = "Created" | "Pending" | "Approved" | "Denied" | "Canceled"
4+
export type CreditApplicationStatus = "Created" | "Pending" | "Approved" | "Denied" | "Canceled"
55

66
interface CreditApplicationAttributes {
77
/**

0 commit comments

Comments
 (0)