UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

7 lines (6 loc) 288 B
import { LocalazyIdentity } from '../model/localazy-identity'; export default class LocalazyUserService { static getIdentity(): Promise<LocalazyIdentity | null>; static updateIdentity(localazyIdentity: LocalazyIdentity): Promise<any>; static deleteIdentity(): Promise<any>; }