@consumidor-positivo/ts-utils - v1.13.0
    Preparing search index...

    Interface Person

    Interface for a person object.

    interface Person {
        age: number;
        name: string;
    }
    Index

    Properties

    Properties

    age: number

    The person's age

    name: string

    The person's name