Saxonberg Server API
    Preparing search index...

    Interface ProfileDigest

    The self-only standing digest (empty lines hidden).

    interface ProfileDigest {
        competence?: { band: string; discipline: string }[];
        influence?: { make: string; play: string };
        renown?: string;
        traits?: { axis: string; band: string }[];
    }
    Index

    Properties

    competence?: { band: string; discipline: string }[]
    influence?: { make: string; play: string }
    renown?: string
    traits?: { axis: string; band: string }[]