UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

16 lines (15 loc) 305 B
export interface LocalazyIdentity { accessToken: string; project: { id: string; image: string; name: string; url: string; }; scope: string; user: { id: string; name: string; }; } export declare const emptyIdentity: LocalazyIdentity;