@bluelibs/runner - v6.3.1
    Preparing search index...

    Type Alias JournalKey<T>

    type JournalKey<T> = {
        "[journalKeyBrand]"?: (value: T) => T;
        id: string;
    }

    Type Parameters

    • T
    Index

    Properties

    "[journalKeyBrand]"?: (value: T) => T

    Phantom brand preserving the key's value type in TypeScript.

    id: string

    Stable storage slot id used inside the journal.