Metzploreur/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts

5 lines
137 B
TypeScript
Raw Normal View History

2023-11-01 16:33:25 +00:00
/**
* Returns the filepath of the file where SSO token is stored.
*/
export declare const getSSOTokenFilepath: (id: string) => string;