UNPKG

@scaffoldly/serverless-util

Version:
3 lines 278 B
export declare const GetSecret: (key: string, serviceName?: string, stage?: string) => Promise<any>; export declare const SetSecret: (key: string, value: string, base64Encode?: boolean, serviceName?: string, stage?: string) => Promise<any>; //# sourceMappingURL=secrets.d.ts.map