UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

6 lines (5 loc) 171 B
export declare const KEY = "plugin-settings"; export type PluginSettings = { defaultRoute: string | null; }; export declare const emptyPluginSettings: PluginSettings;