Typescript SDK Type Docs
    Preparing search index...

    Interface Reservation

    interface Reservation {
        checkoutStartedAt: string;
        createdAt: string;
        owner: Reference;
        quantity: number;
    }
    Index

    Properties

    checkoutStartedAt: string
    createdAt: string
    owner: Reference

    A Reference represents a loose reference to another resource in the same Project identified by its id. The typeId indicates the type of the referenced resource. Each resource type has its corresponding Reference type, like ChannelReference. A referenced resource can be embedded through Reference Expansion. The expanded reference is the value of an additional obj field then.

    quantity: number