Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConfigVault

Hierarchy

  • IConfigVault

Index

Properties

Properties

load

load: (key: string) => Promise<any>

Type declaration

    • Parameters

      • key: string

      Returns Promise<any>

save

save: (key: string, value: any) => Promise<void>

Type declaration

    • (key: string, value: any): Promise<void>
    • Parameters

      • key: string
      • value: any

      Returns Promise<void>

Generated using TypeDoc