@farmart-tech/brave-feature-core
    Preparing search index...

    Interface CommonFirebaseDataConfigs

    Common metadata for entities stored in Firestore.

    interface CommonFirebaseDataConfigs {
        __global_data?: boolean;
        createdAt?: string;
        updatedAt?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    __global_data?: boolean

    Indicates if this data is a global fallback.

    createdAt?: string

    ISO 8601 creation timestamp.

    updatedAt?: string

    ISO 8601 last update timestamp.