/** * A secret for a user */ export interface SdPlatformResponseUserSecret { /** The key for the user secret */ key: string; /** The value for the user secret */ value: string; } //# sourceMappingURL=SdPlatformResponseUserSecrets.d.ts.map