interface-forge - v2.5.0
    Preparing search index...

    Interface FixtureMetadata

    interface FixtureMetadata {
        createdAt: string;
        data: unknown;
        signature: string;
        version: number;
    }
    Index

    Properties

    createdAt: string

    ISO 8601 timestamp when the fixture was created

    data: unknown

    The actual fixture data

    signature: string

    SHA-256 hash of the factory configuration

    version: number

    Fixture version for future compatibility