Files
standardnotes-server/packages/syncing-server/src/Domain/Auth/AuthHttpServiceInterface.ts
T

6 lines
165 B
TypeScript

import { KeyParamsData } from '@standardnotes/responses'
export interface AuthHttpServiceInterface {
getUserKeyParams(userUuid: string): Promise<KeyParamsData>
}