Mayson Monorepo Documentation
    Preparing search index...
    interface Lodging {
        check_in_at?: number;
        nights?: number;
    }
    Index

    Properties

    check_in_at?: number

    The time of checking into the lodging.

    nights?: number

    The number of nights stayed at the lodging.