rntrc - v1.1.0
    Preparing search index...

    Type Alias Age

    The type for age values in RNTRC.

    type Age = {
        days: number;
        months: number;
        years: number;
    }
    Index

    Properties

    Properties

    days: number

    Days that have passed since a person's birth

    months: number

    Months that have passed since a person's birth

    years: number

    Years that have passed since a person's birth