mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-05-08 06:48:33 +08:00
8 lines
260 B
TypeScript
8 lines
260 B
TypeScript
/**
|
|
* Do not edit:
|
|
* This is a compatibility redirect for contexts that do not understand package.json exports field.
|
|
*/
|
|
declare module "@aws-sdk/nested-clients/sso-oidc" {
|
|
export * from "@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d";
|
|
}
|