Interface CoreKeyMakeable<ModelType>

class: CoreKeyMakeable

  • make internal key by type + id.

Type Parameters

  • ModelType extends string

Hierarchy

  • CoreKeyMakeable

Implemented by

Methods

Methods

  • get key-string to use for query. (USED FOR CUSTOM ID NAME);

    Parameters

    • type: ModelType

      type of model

    • id: string

      id of model in type

    Returns string

Generated using TypeDoc