mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-25 15:43:51 -05:00
41 lines
688 B
TypeScript
41 lines
688 B
TypeScript
export {
|
|
default,
|
|
CoralApiInterface,
|
|
|
|
CoralAuthData,
|
|
PartialCoralAuthData,
|
|
|
|
ResponseDataSymbol,
|
|
CorrelationIdSymbol,
|
|
|
|
NintendoAccountSessionAuthorisationCoral,
|
|
} from '../api/coral.js';
|
|
|
|
export * from '../api/coral-types.js';
|
|
|
|
export { default as ZncProxyApi } from '../api/znc-proxy.js';
|
|
|
|
export {
|
|
ZncaApi,
|
|
HashMethod,
|
|
getPreferredZncaApiFromEnvironment,
|
|
getDefaultZncaApi,
|
|
f,
|
|
|
|
ZncaApiFlapg,
|
|
FlapgIid,
|
|
FlapgApiResponse,
|
|
|
|
ZncaApiImink,
|
|
IminkFResponse,
|
|
IminkFError,
|
|
|
|
ZncaApiNxapi,
|
|
AndroidZncaFResponse,
|
|
AndroidZncaFError,
|
|
} from '../api/f.js';
|
|
|
|
export {
|
|
default as Coral,
|
|
} from '../client/coral.js';
|