Hiyve Components - v1.0.0
    Preparing search index...

    Interface StoredRoomsState

    Current state of the user's stored rooms.

    interface StoredRoomsState {
        error: string | null;
        isLoading: boolean;
        lastFetchedAt: number | null;
        rooms: StoredRoom[];
    }
    Index

    Properties

    error: string | null

    Last error message, or null

    isLoading: boolean

    Whether a fetch/mutation is in progress

    lastFetchedAt: number | null

    Timestamp of the last successful fetch

    rooms: StoredRoom[]

    List of stored rooms