@crow281/ts-file-module-template
    Preparing search index...

    Interface Application

    Represents an application for some website.

    interface Application {
        birthDate: string;
        duration: string;
        firstName: string;
        specialNotes?: string;
    }
    Index

    Properties

    birthDate: string

    When the user was born.

    duration: string

    How long your request will last.

    firstName: string

    First name of the applicant.

    specialNotes?: string

    Any special notes you have about your application.