Saxonberg Server API
    Preparing search index...

    The stored / wire shape of a Position.

    interface PositionData {
        confers: readonly string[];
        key: string;
        label: string;
        wageRate: number;
    }
    Index

    Properties

    confers: readonly string[]

    Mixin names this Position confers while its holder is on shift.

    key: string

    Stable key an Employment references (e.g. 'bartender').

    label: string

    Human label for the role (e.g. 'tending bar').

    wageRate: number

    Wage in banking minor units per game-hour on shift.