(organization: OrgForPath)
| 158 | } |
| 159 | |
| 160 | export function inviteTeamMemberPath(organization: OrgForPath) { |
| 161 | return `${organizationPath(organization)}/invite`; |
| 162 | } |
| 163 | |
| 164 | export function organizationBillingPath(organization: OrgForPath) { |
| 165 | return `${organizationPath(organization)}/billing`; |
no test coverage detected
searching dependent graphs…