Locales cleanup

This commit is contained in:
Jamie Curnow
2023-01-16 15:50:40 +10:00
parent af9349d4a7
commit 374447ccc7
26 changed files with 142 additions and 374 deletions

View File

@@ -1,7 +1,9 @@
export * from "./createCertificate";
export * from "./createCertificateAuthority";
export * from "./createDNSProvider";
export * from "./createUser";
export * from "./getAccessLists";
export * from "./getCertificate";
export * from "./getCertificateAuthorities";
export * from "./getCertificateAuthority";
export * from "./getCertificates";
@@ -22,6 +24,7 @@ export * from "./models";
export * from "./refreshToken";
export * from "./responseTypes";
export * from "./setAuth";
export * from "./setCertificate";
export * from "./setCertificateAuthority";
export * from "./setDNSProvider";
export * from "./setUser";