nextspace
    Preparing search index...

    Interface UseLoungeRoomsReturn

    interface UseLoungeRoomsReturn {
        error: string | null;
        loaded: boolean;
        rooms: LoungeRoom[];
    }
    Index

    Properties

    Properties

    error: string | null
    loaded: boolean
    rooms: LoungeRoom[]