We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a79609 commit 29625a1Copy full SHA for 29625a1
types/creditApplication.ts
@@ -1,7 +1,7 @@
1
import { NumberOfEmployees } from "./application"
2
import { Relationship } from "./common"
3
4
-type CreditApplicationStatus = "Created" | "Pending" | "Approved" | "Denied" | "Canceled"
+export type CreditApplicationStatus = "Created" | "Pending" | "Approved" | "Denied" | "Canceled"
5
6
interface CreditApplicationAttributes {
7
/**
0 commit comments