MVFv3 API Documentation
    Preparing search index...

    Interface OutdoorsIntegrityErrorProperties

    interface OutdoorsIntegrityErrorProperties {
        FloorInFloorStackError: {
            floorId: `f_${string}`;
            floorStackId: `fs_${string}`;
        };
    }
    Index

    Properties

    FloorInFloorStackError: { floorId: `f_${string}`; floorStackId: `fs_${string}` }