UNPKG
tickethead-sdk
Version:
latest (10.47.1)
10.47.1
10.41.3
10.41.1
10.41.0
10.18.3
10.0.1
SDK for the Tickethead API
tickethead-sdk
/
dist
/
src
/
credential
/
credential-factory.d.ts
5 lines
•
196 B
TypeScript
View Raw
1
2
3
4
5
import { ICredential, ICredentialData } from
'..'
; export declare
class
CredentialFactory
{ static build(data: ICredentialData): ICredential; } //
# sourceMappingURL=credential-factory.d.ts.map