Type Alias ICacheInsert<TType>

ICacheInsert: { expiration: Date | null; key: string; value: TType }

IMPORT_PATH: "@daiso-tech/core/cache/contracts"

Type Parameters

  • TType = unknown