Interface Storage

The Storage interface which defines what must be implemented in order to create persistent storage for the Theme Builder.

Hierarchy

  • Storage

Implemented by

Methods

  • Delete the value associated with a key

    Parameters

    • key: string

    Returns Promise<void>

Generated using TypeDoc