Saxonberg Server API
    Preparing search index...

    Variable PosturesConst

    Postures: Readonly<
        {
            Kneel: "kneel";
            Lie: "lie";
            Mounted: "mounted";
            Sit: "sit";
            Stand: "stand";
        },
    > = ...

    Posture vocabulary — frozen constants module. Mod-introduced postures ship their own constants module; the substrate doesn't need to know the closed set.