@salad-labs/loopz-typescript
Version:
The Official Loopz TypeScript SDK
20 lines • 659 B
TypeScript
export type Intl = {
titleApp?: string;
byLoggingIn?: string;
stepVerificationCodeLabel?: string;
stepVerificationCodeDescriptionLabel?: string;
emailAddressFieldLabel?: string;
buttonSendingVerificationLabel?: string;
buttonSendVerificationLabel?: string;
sixDigitDescriptionLabel?: string;
backLabel?: string;
buttonVerifyingCodeLabel?: string;
buttonVerifyCodeLabel?: string;
resendVerificationCodeLabel?: string;
successRequestOtpCode?: string;
failedSendRequestOtpCode?: string;
networkError?: string;
authSuccess?: string;
invalidOtpCode?: string;
};
//# sourceMappingURL=intl.d.ts.map