Mayson Monorepo Documentation
    Preparing search index...
    interface Hours {
        end_time?: string;
        start_time?: string;
    }
    Index

    Properties

    end_time?: string

    Support hours end time (JST time of day) for in HH:MM format.

    start_time?: string

    Support hours start time (JST time of day) for in HH:MM format.