Skip to content

Commit

Permalink
Add static type prop (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
miniplus committed Nov 25, 2022
1 parent ae366e2 commit 802e23a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -33,6 +33,7 @@ interface BackendOptions {
export default class I18NexFsBackend
implements BackendModule<BackendOptions>
{
static type: "backend";
constructor(services?: any, options?: BackendOptions);
init(services?: any, options?: BackendOptions): void;
read(language: string, namespace: string, callback: ReadCallback): void;
Expand Down

0 comments on commit 802e23a

Please sign in to comment.