Saxonberg Server API
    Preparing search index...

    Interface ReserveStored

    The decomposed persistence form held in the host's keyed Record.

    interface ReserveStored {
        capacityValue: number;
        currentValue: number;
        floorEffect: string | null;
        theme: string;
        unit: Unit;
    }
    Index

    Properties

    capacityValue: number
    currentValue: number
    floorEffect: string | null
    theme: string
    unit: Unit